[
https://issues.apache.org/jira/browse/DRILL-6054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16306606#comment-16306606
]
ASF GitHub Bot commented on DRILL-6054:
---------------------------------------
GitHub user chunhui-shi opened a pull request:
https://github.com/apache/drill/pull/1078
DRILL-6054: don't try to split the filter when it is not AND
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chunhui-shi/drill work1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1078.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1078
----
commit e44ed46471317f43c494a497551e6546016f3a10
Author: chunhui-shi <cshi@...>
Date: 2017-12-22T23:42:27Z
DRILL-6054: don't try to split the filter when it is not AND
----
> Issues in FindPartitionConditions
> ---------------------------------
>
> Key: DRILL-6054
> URL: https://issues.apache.org/jira/browse/DRILL-6054
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Chunhui Shi
> Assignee: Chunhui Shi
>
> When the condition is these cases, partition is not done correctly:
> b = 3 OR (dir0 = 1 and a = 2)
> not (dir0 = 1 AND b = 2)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)