-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[WIP] Add support for parquet_writer_version
session property
#9700
Conversation
✅ Deploy Preview for meta-velox canceled.
|
Java seems to only support |
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.
Thank you. A couple of comments. Please try to remember to run make format-fix
before pushing changes.
parquet_writer_version
session propertyparquet_writer_version
session property
parquet_writer_version
session propertyparquet_writer_version
session property
parquet_writer_version
session propertyparquet_writer_version
session property
There are two parquet versions and they are confusing.
The C++ parquet datapageversion is what the java parquet parquet_writer_version maps to. |
This confusion was also recently discussed in the Arrow community |
Resolves prestodb/presto#22595.
Implemented setting of version via session property:
set session hive.parquet_writer_version='PARQUET_1_0';