[
https://issues.apache.org/jira/browse/IGNITE-6851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov updated IGNITE-6851:
------------------------------------
Summary: SQL: CREATE INDEX statement should accept no name indexes (was:
CREATE INDEX statement should accept no name indexes)
> SQL: CREATE INDEX statement should accept no name indexes
> ---------------------------------------------------------
>
> Key: IGNITE-6851
> URL: https://issues.apache.org/jira/browse/IGNITE-6851
> Project: Ignite
> Issue Type: Bug
> Security Level: Public(Viewable by anyone)
> Components: sql
> Affects Versions: 2.4
> Reporter: Roman Kondakov
> Fix For: 2.4
>
>
> Ignite SqlParser failed to parse CREATE INDEX statement with missed index
> name.
> Examples:
> "CREATE INDEX idx_city_id on Person (city_id)" - OK
> "CREATE INDEX on Person (city_id)" - Fail
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)