[ 
https://issues.apache.org/jira/browse/GEODE-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Huynh resolved GEODE-1840.
--------------------------------
    Resolution: Fixed

> Certain map queries combine OR predicates into an AND junction
> --------------------------------------------------------------
>
>                 Key: GEODE-1840
>                 URL: https://issues.apache.org/jira/browse/GEODE-1840
>             Project: Geode
>          Issue Type: Bug
>          Components: querying
>            Reporter: Jason Huynh
>            Assignee: Jason Huynh
>
> The following query that uses a map index, will return an incorrect result 
> because the or predicates will incorrectly be combines as AND clauses.  This 
> error only happens in certain paths in the query engine.
> select * from /ExampleRegion er where er[‘codeNumber']=1 and 
> er[‘src']='src_common' and (er[‘country']='JP' or er[‘country']='US')



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to