-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-39308][BUILD][SQL] Upgrade parquet to 1.12.3 #36629
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
Conversation
|
cc @sunchao |
sunchao
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@wangyum I saw 1.12.3 was released 4 hours ago, but somehow I can't find the release notes. Do you have a link to the release notes? Trying to see the list of PRs that are included in 1.12.3. |
|
@huaxingao You can compare two tags: apache/parquet-java@apache-parquet-1.12.2...apache-parquet-1.12.3 |
|
Thank you all. |
|
Merged to master. |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM. Thank you all.
### What changes were proposed in this pull request? This PR updates `FilterPushdownBenchmark` results. ### Why are the changes needed? These PRs do not or do not fully update the `FilterPushdownBenchmark` results: #36328 #36629 #36892 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? N/A. Closes #37022 from wangyum/SPARK-39631. Authored-by: Yuming Wang <[email protected]> Signed-off-by: Yuming Wang <[email protected]>
### What changes were proposed in this pull request? Upgrade Parquet version to 1.12.3. ### Why are the changes needed? [PARQUET-1968](https://issues.apache.org/jira/browse/PARQUET-1968) can simplify current In predicate filter pushdown. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing test. Closes apache#36629 from wangyum/parquet-1.12.3. Authored-by: Yuming Wang <[email protected]> Signed-off-by: Yuming Wang <[email protected]>
What changes were proposed in this pull request?
Upgrade Parquet version to 1.12.3.
Why are the changes needed?
PARQUET-1968 can simplify current In predicate filter pushdown.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Existing test.