Roman Kondakov created IGNITE-6851:
--------------------------------------
Summary: 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: None
Reporter: Roman Kondakov
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)