-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Use ZSTD by default in Iceberg #10045
Use ZSTD by default in Iceberg #10045
Conversation
failure seems related. Also, would be good to update at https://trino.io/docs/current/connector/iceberg.html#configuration. are we also planning to do the same in hive connector given ZSTD is superior? or that can throw off other old readers? |
yes, except Hive has more compatibility cruft, see #9773.
exactly
thanks, done
indeed:
|
a15e6b7
to
54cc00d
Compare
(just rebased) |
Reported problem as apache/iceberg#3621, but it might as simple as our test setup's versions bump. |
pom.xml
Outdated
@@ -70,7 +70,7 @@ | |||
<!-- TODO(https://github.com/airlift/airbase/pull/281): Required by testcontainers, remove when pulled from Airbase --> | |||
<dep.slf4j.version>1.7.32</dep.slf4j.version> | |||
|
|||
<dep.docker.images.version>52</dep.docker.images.version> | |||
<dep.docker.images.version>03aecb7</dep.docker.images.version> |
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.
Requires trinodb/docker-images#119
|
d34c631
to
163be63
Compare
This fixed Iceberg on Spark reads of ZSTD-compressed Parquet files and updates Spark version used in *-spark-iceberg environment.
8540fdc
to
f3b5358
Compare
f3b5358
to
62c0417
Compare
fixes #10058