-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Add support of parquet_writer_version, 1.0 and 2.0 #20209
Add support of parquet_writer_version, 1.0 and 2.0 #20209
Conversation
90e0d34
to
84d365f
Compare
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.
Looks good, except the Jenkinsfile change which I don't know what is about.
presto-iceberg/src/main/java/com/facebook/presto/iceberg/IcebergSessionProperties.java
Outdated
Show resolved
Hide resolved
@wanglinsong you also need to update the PR message and add the release note section. |
ff9ce25
to
b156a36
Compare
@wanglinsong Any update on this PR? |
f0c70a2
to
6b7cef6
Compare
7f47c39
to
114a722
Compare
114a722
to
12ecc43
Compare
Hi @yingsu00 |
d46393e
to
12ecc43
Compare
The work has been finished in another PR. Closing. |
Test plan - Add test cases for versions 1.0 and 2.0.
Enable Hive and Iceberg connectors to use either Parquet writer version 1.0 or 2.0 when writing Parquet data.