Closed
Description
Actual Behavior
create index myindex on mytable (mycol desc)
is accepted, but the desc
is not added to the list of index specifications.
Expected Behavior
The asc/desc specification should be added to the list of index specifications in the parsed object model.
Steps to Reproduce the Problem
- Parse
create index myindex on mytable (mycol desc)
- Verify that
CreateIndex#getIndex()#getIndexSpec()
returns null
Specifications
- Version: 1.2
- Platform: Ubuntu 18.04
- Subsystem:
Metadata
Metadata
Assignees
Labels
No labels