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 2023/02/07 11:03:00 UTC

[jira] [Commented] (IGNITE-18725) IndexQuery skips critertia after checking first IN clause

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

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

{panel:title=Branch: [pull/10520/head] Base: [master] : Possible Blockers (2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Disk Page Compressions 2{color} [[tests 0 JVM CRASH , Exit Code |https://ci2.ignite.apache.org/viewLog.html?buildId=7035746]]

{color:#d04437}[Javadoc]{color} [[tests 0 BuildFailureOnMessage |https://ci2.ignite.apache.org/viewLog.html?buildId=7035690]]

{panel}
{panel:title=Branch: [pull/10520/head] Base: [master] : New Tests (2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Index Query API{color} [[tests 2|https://ci2.ignite.apache.org/viewLog.html?buildId=7035683]]
* {color:#013220}IndexQueryTestSuite: IndexQueryInCriterionDescTest.testMultipleInsCriteria - PASSED{color}
* {color:#013220}IndexQueryTestSuite: IndexQueryInCriterionTest.testMultipleInsCriteria - PASSED{color}

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

> IndexQuery skips critertia after checking first IN clause
> ---------------------------------------------------------
>
>                 Key: IGNITE-18725
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18725
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Maksim Timonin
>            Assignee: Maksim Timonin
>            Priority: Major
>             Fix For: 2.15
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> [https://github.com/apache/ignite/issues/10515]
> If a IN criterion for field F is specified in IndexQuery, it checks all criteria until F and skips all following criteria.
> Note, that this bug affects queries where a IN criterion applies to not first index field:
> 1. "eq" + "in" - works
> 2. "in" + "eq"  - works
> 3. "eq" + "in" + "eq" - doesn't work.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)