You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/11/10 08:00:00 UTC

[jira] [Resolved] (IGNITE-6851) SQL: CREATE INDEX statement should accept no name indexes

     [ https://issues.apache.org/jira/browse/IGNITE-6851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov resolved IGNITE-6851.
-------------------------------------
    Resolution: Fixed
      Assignee: Vladimir Ozerov

> 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
>            Assignee: Vladimir Ozerov
>             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)