[SPARK-17636][SQL][WIP] Parquet predicate pushdown in nested fields - #22535
Closed
dbtsai wants to merge 2 commits into
Closed
[SPARK-17636][SQL][WIP] Parquet predicate pushdown in nested fields#22535dbtsai wants to merge 2 commits into
dbtsai wants to merge 2 commits into
Conversation
|
Test build #96506 has started for PR 22535 at commit |
Member
There was a problem hiding this comment.
This PR will be a good performance improvement for Spark 2.5.0.
Member
|
retest this please. |
|
Test build #96528 has finished for PR 22535 at commit
|
Member
|
Hi, @dbtsai . Could you fix the UT failure? [info] ParquetFilterSuite:
...
[info] - SPARK-12218 Converting conjunctions into Parquet filter predicates *** FAILED *** (19 milliseconds)
[info] Expected None, but got Some(lt(a, 10)) (ParquetFilterSuite.scala:802) |
Member
Author
|
I'm breaking this PRs into three smaller PR. I'll fix the tests in those smaller PRs. Thanks. |
|
Test build #99673 has finished for PR 22535 at commit
|
dbtsai
force-pushed
the
parquetNesting
branch
from
January 14, 2019 19:12
c95706f to
49f19a9
Compare
|
Test build #101203 has finished for PR 22535 at commit
|
dbtsai
force-pushed
the
parquetNesting
branch
from
January 14, 2019 19:33
49f19a9 to
eb400ed
Compare
|
Test build #101204 has finished for PR 22535 at commit
|
|
@dbtsai are you still working on this? |
|
Test build #115067 has finished for PR 22535 at commit
|
Member
Author
|
Going to close this in favor of new PR, #27728 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Support Parquet predicate pushdown in nested fields
How was this patch tested?
Existing tests and new tests are added.