[ https://issues.apache.org/jira/browse/DRILL-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aditya Kishore resolved DRILL-1567. ----------------------------------- Resolution: Fixed Resolved as [67df8cf|https://github.com/apache/incubator-drill/commit/67df8cfa27041c9696255ee96e2d066e034f6f58]. > Pushdown fails with WHERE clause with more than one AND or OR operator of > same type > ----------------------------------------------------------------------------------- > > Key: DRILL-1567 > URL: https://issues.apache.org/jira/browse/DRILL-1567 > Project: Apache Drill > Issue Type: Bug > Components: Storage - HBase > Affects Versions: 0.6.0 > Reporter: Aditya Kishore > Assignee: Aditya Kishore > Fix For: 0.7.0 > > Attachments: > DRILL-1567-Pushdown-fails-with-WHERE-clause-with-mor.patch > > > The HBase filter push-down code assumes that there could be only 2 operands > for an AND or OR operator and in care of multiple AND/OR conditions, it will > be presented as operator tree with two operands at each level. > However, if there are two or more AND/OR operator of the same kind (either > all AND or all OR), Optiq combines them as a single Boolean operator. -- This message was sent by Atlassian JIRA (v6.3.4#6332)