You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Gura (JIRA)" <ji...@apache.org> on 2019/08/01 13:19:00 UTC

[jira] [Commented] (IGNITE-10654) Report in case of creating index with already existing fields collection.

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

Andrey Gura commented on IGNITE-10654:
--------------------------------------

[~zstan] LGTM. Merged to master branch. Thanks for contribution!

> 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: 4h 20m
>  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)