Uh oh!
There was an error while loading. Please reload this page.
[SPARK-27280][SQL]infer more filter from join or condition - #24228
[SPARK-27280][SQL]infer more filter from join or condition#24228windpiger wants to merge 1 commit into
Conversation
beliefer
commented
Mar 27, 2019
Is this SQL grammar supported by Hive or standard SQL? |
| } | ||
| } | ||
| /** |
There was a problem hiding this comment.
Is this SQL grammar supported by Hive or standard SQL?
SparkQA
commented
Mar 27, 2019
Test build #104008 has finished for PR 24228 at commit
|
#24973 I want to do the same thing for partition puring |
maropu
commented
Jul 21, 2019
I also think we need not a band-aid fix, but a general solution for this issue as @cloud-fan suggested in #24973. Have you checked the previous activity for the CNF normalization? https://issues.apache.org/jira/browse/SPARK-6624 |
thanks for Issue link. I will work on this in partition predicate part. |
We're closing this PR because it hasn't been updated in a while. If you'd like to revive this PR, please reopen it! |
What changes were proposed in this pull request?
current spark can handle this query to infer fitler from join condition:
but it can not handle following query:
How was this patch tested?
unit test added