[jira] [Commented] (IGNITE-4570) Handle CREATE INDEX statements

2017-02-02 Thread Vladimir Ozerov (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-4570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15849675#comment-15849675
 ] 

Vladimir Ozerov commented on IGNITE-4570:
-

Merged to {{ignite-4565-ddl}} branch.

> Handle CREATE INDEX statements
> --
>
> Key: IGNITE-4570
> URL: https://issues.apache.org/jira/browse/IGNITE-4570
> Project: Ignite
>  Issue Type: Sub-task
>  Components: SQL
>Reporter: Alexander Paschenko
>Assignee: Alexander Paschenko
> Fix For: 2.0
>
>
> Parse and execute CREATE INDEX boiling down to IgniteCacheEx.createQueryIndex 
> introduced by IGNITE-4566



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (IGNITE-4570) Handle CREATE INDEX statements

2017-02-02 Thread Vladimir Ozerov (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-4570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15849635#comment-15849635
 ] 

Vladimir Ozerov commented on IGNITE-4570:
-

Alex, several comments from my side before we go ahead with merge:
1) I fixed several code style violations. Please review them.
2) Please merge it with {{ignite-2.0}}. Currently it is merged only with master.
3) I do not like {{UNSUPPORTED_TOKEN}} error. It is no different from 
{{UNSUPPORTED_OPERATION}}. Let's remove it and use {{UNSUPPORTED_OPERATION}} 
instead.

> Handle CREATE INDEX statements
> --
>
> Key: IGNITE-4570
> URL: https://issues.apache.org/jira/browse/IGNITE-4570
> Project: Ignite
>  Issue Type: Sub-task
>  Components: SQL
>Reporter: Alexander Paschenko
>Assignee: Alexander Paschenko
> Fix For: 2.0
>
>
> Parse and execute CREATE INDEX boiling down to IgniteCacheEx.createQueryIndex 
> introduced by IGNITE-4566



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (IGNITE-4570) Handle CREATE INDEX statements

2017-02-02 Thread Alexander Paschenko (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-4570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15849617#comment-15849617
 ] 

Alexander Paschenko commented on IGNITE-4570:
-

[~vozerov] fixed, please check

> Handle CREATE INDEX statements
> --
>
> Key: IGNITE-4570
> URL: https://issues.apache.org/jira/browse/IGNITE-4570
> Project: Ignite
>  Issue Type: Sub-task
>  Components: SQL
>Reporter: Alexander Paschenko
>Assignee: Alexander Paschenko
> Fix For: 2.0
>
>
> Parse and execute CREATE INDEX boiling down to IgniteCacheEx.createQueryIndex 
> introduced by IGNITE-4566



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (IGNITE-4570) Handle CREATE INDEX statements

2017-02-01 Thread Vladimir Ozerov (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-4570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848188#comment-15848188
 ] 

Vladimir Ozerov commented on IGNITE-4570:
-

Alex, my comments:
1) We already have {{QueryIndex}} and {{QueryIndexType}} classes. I propose to 
inject it into {{GridCreateIndex}} directly to avoid any duplication.
2) Please make sure there are no violations in code conventions (mainly - line 
length, comments).

> Handle CREATE INDEX statements
> --
>
> Key: IGNITE-4570
> URL: https://issues.apache.org/jira/browse/IGNITE-4570
> Project: Ignite
>  Issue Type: Sub-task
>  Components: SQL
>Reporter: Alexander Paschenko
>Assignee: Sergi Vladykin
> Fix For: 1.9
>
>
> Parse and execute CREATE INDEX boiling down to IgniteCacheEx.createQueryIndex 
> introduced by IGNITE-4566



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (IGNITE-4570) Handle CREATE INDEX statements

2017-01-27 Thread Alexander Paschenko (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-4570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15843295#comment-15843295
 ] 

Alexander Paschenko commented on IGNITE-4570:
-

(after all and at last) working on custom parser for CREATE statements. 
Luckily, it looks feasible due to relative simplicity of  CREATE queries.

> Handle CREATE INDEX statements
> --
>
> Key: IGNITE-4570
> URL: https://issues.apache.org/jira/browse/IGNITE-4570
> Project: Ignite
>  Issue Type: Sub-task
>  Components: SQL
>Reporter: Alexander Paschenko
>Assignee: Alexander Paschenko
> Fix For: 1.9
>
>
> Parse and execute CREATE INDEX boiling down to IgniteCacheEx.createQueryIndex 
> introduced by IGNITE-4566



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)