Cheng Hao created SPARK-15859:
---------------------------------

             Summary: Optimize the Partition Pruning with Disjunction
                 Key: SPARK-15859
                 URL: https://issues.apache.org/jira/browse/SPARK-15859
             Project: Spark
          Issue Type: Improvement
          Components: SQL
            Reporter: Cheng Hao
            Priority: Critical


Currently we can not optimize the partition pruning in disjunction, for example:

{{(part1=2 and col1='abc') or (part1=5 and col1='cde')}}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to