Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-28983][SQL]Support Or prunning hive partitions #25688

Closed
wants to merge 2 commits into from

Conversation

924060929
Copy link

What changes were proposed in this pull request?

Extract more Or predicate to HiveTableScanExec.

Why are the changes needed?

This PR can speed up compute when the predicate can prunning a lot of partitions.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Add some UT.

lanhuajian added 2 commits September 5, 2019 12:49
# Conflicts:
#	sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveStrategies.scala
@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@HyukjinKwon
Copy link
Member

Is it a duplicate fo #24973?

@924060929
Copy link
Author

Hmm...that's duplicate

@AngersZhuuuu
Copy link
Contributor

they don't want to add band-fix type bug fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants