Skip to content

Create index with 'DESC' specification is accepted, but not added to the object model #650

Closed
@olavloite

Description

@olavloite

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

  1. Parse create index myindex on mytable (mycol desc)
  2. Verify that CreateIndex#getIndex()#getIndexSpec() returns null

Specifications

  • Version: 1.2
  • Platform: Ubuntu 18.04
  • Subsystem:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions