[
https://issues.apache.org/jira/browse/GEODE-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15485562#comment-15485562
]
ASF subversion and git services commented on GEODE-1840:
--------------------------------------------------------
Commit 72e9cbe4e28d20b87befe3ba700d0f54040e4c69 in incubator-geode's branch
refs/heads/develop from [~huynhja]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=72e9cbe ]
GEODE-1840: Does not combine OR predicates into AND junctions
> 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)