You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2023/04/21 12:29:00 UTC

[jira] [Updated] (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:all-tabpanel ]

Aleksey Plekhanov updated IGNITE-18725:
---------------------------------------
    Release Note: Fixed criteria skipping after first IN clause for IndexQuery

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