You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2021/09/25 08:24:00 UTC

[jira] [Commented] (IGNITE-15535) Should support multiple criteria for same field

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

Ignite TC Bot commented on IGNITE-15535:
----------------------------------------

{panel:title=Branch: [pull/9429/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/9429/head] Base: [master] : New Tests (8)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Index Query API{color} [[tests 8|https://ci.ignite.apache.org/viewLog.html?buildId=6193882]]
* {color:#013220}IndexQueryTestSuite: RepeatedFieldIndexQueryTest.testCommonBoundary[idx=DESC_ID_IDX fldName=descId] - PASSED{color}
* {color:#013220}IndexQueryTestSuite: RepeatedFieldIndexQueryTest.testCorrectMergeMultipleBoundaries[idx=DESC_ID_IDX fldName=descId] - PASSED{color}
* {color:#013220}IndexQueryTestSuite: RepeatedFieldIndexQueryTest.testMultipleEqualsCriteria[idx=DESC_ID_IDX fldName=descId] - PASSED{color}
* {color:#013220}IndexQueryTestSuite: RepeatedFieldIndexQueryTest.testRangeQueriesWithTwoCriteriaSingleField[idx=ID_IDX fldName=id] - PASSED{color}
* {color:#013220}IndexQueryTestSuite: RepeatedFieldIndexQueryTest.testRangeQueriesWithTwoCriteriaSingleField[idx=DESC_ID_IDX fldName=descId] - PASSED{color}
* {color:#013220}IndexQueryTestSuite: RepeatedFieldIndexQueryTest.testCommonBoundary[idx=ID_IDX fldName=id] - PASSED{color}
* {color:#013220}IndexQueryTestSuite: RepeatedFieldIndexQueryTest.testCorrectMergeMultipleBoundaries[idx=ID_IDX fldName=id] - PASSED{color}
* {color:#013220}IndexQueryTestSuite: RepeatedFieldIndexQueryTest.testMultipleEqualsCriteria[idx=ID_IDX fldName=id] - PASSED{color}

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=6193883&amp;buildTypeId=IgniteTests24Java8_RunAll]

> Should support multiple criteria for same field
> -----------------------------------------------
>
>                 Key: IGNITE-15535
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15535
>             Project: Ignite
>          Issue Type: New Feature
>            Reporter: Maksim Timonin
>            Assignee: Maksim Timonin
>            Priority: Major
>              Labels: IEP-71
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> It should be allowed to build constructions like (a > 10 && a <= 100): IndexQuery(gt(a, 10), lte(a, 100))
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)