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

Yury Gerzhedovich commented on IGNITE-10654:
--------------------------------------------

[~zstan], now it looks ok for me, except one case when we could show warning 
which could be not understandable for user ( like old index is col1 + PK(id), 
new one is col1,id + PK(id) ), however I think it's not big issue, also will be 
fixed after resolve https://issues.apache.org/jira/browse/IGNITE-11125

Let's merge it.

> Report in case of creating index with already existing fields collection.
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-10654
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10654
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>    Affects Versions: 2.7
>            Reporter: Stanilovsky Evgeny
>            Assignee: Stanilovsky Evgeny
>            Priority: Major
>             Fix For: 2.8
>
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Report in log if new index creating with already existing fields collection.
> for example, need to log warn here:
> {code:java}
>         cache.query(new SqlFieldsQuery("create index \"idx1\" on Val(keyStr, 
> keyLong)"));
>         cache.query(new SqlFieldsQuery("create index \"idx3\" on Val(keyStr, 
> keyLong)"));
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to