You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stanilovsky Evgeny (JIRA)" <ji...@apache.org> on 2019/03/16 14:24:00 UTC

[jira] [Comment Edited] (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=16793570#comment-16793570 ] 

Stanilovsky Evgeny edited comment on IGNITE-10654 at 3/16/19 2:23 PM:
----------------------------------------------------------------------

all done besides test for {{[my_col, _KEY]}} and [my_col, pk_id] coverage, have no idea how to make it [~vozerov] can u help me?.

mtcga [repot|https://mtcga.gridgain.com/pr.html?serverId=apache&suiteId=IgniteTests24Java8_RunAll&branchForTc=pull/5676/head&action=Latest] look strange, looks like due to recent failure.


was (Author: zstan):
all done besides test for {{[my_col, _KEY]}} and [my_col, pk_id] coverage, have no idea how to make it [~vozerov] can u help me?.

mtcga [repot|https://mtcga.gridgain.com/pr.html?serverId=apache&suiteId=IgniteTests24Java8_RunAll&branchForTc=pull/5676/head&action=Latest look strange, looks like due to recent failure.

> 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
>
>
> 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.3#76005)