-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Update to Iceberg 1.2.1 #16557
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
Update to Iceberg 1.2.1 #16557
Conversation
2ac9d23 to
b4c6785
Compare
94b45ef to
9056908
Compare
...main/java/io/trino/tests/product/launcher/env/environment/EnvSinglenodeSparkIcebergRest.java
Outdated
Show resolved
Hide resolved
...eberg/src/main/java/io/trino/plugin/iceberg/catalog/rest/TrinoIcebergRestCatalogFactory.java
Outdated
Show resolved
Hide resolved
findepi
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
when it comes to rest integration I'd defer to @alexjo2144
...main/java/io/trino/tests/product/launcher/env/environment/EnvSinglenodeSparkIcebergRest.java
Outdated
Show resolved
Hide resolved
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/BaseIcebergConnectorTest.java
Outdated
Show resolved
Hide resolved
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/BaseIcebergConnectorTest.java
Outdated
Show resolved
Hide resolved
plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/catalog/rest/TrinoRestCatalog.java
Outdated
Show resolved
Hide resolved
9056908 to
1f7ee78
Compare
1f7ee78 to
43d905f
Compare
|
The I'm going to try reverting the REST server container update. |
|
I'm guessing we need to update the Iceberg version for Spark as well: trinodb/docker-images#164 This seems to indicate that data written with Iceberg 1.2 is not readable by Iceberg 1.1, which is concerning. |
43d905f to
15a2742
Compare
|
I looked at the failures in /cc @findepi |
|
Nice find. Does this mean that Iceberg 1.2.0 is unusable until this is fixed? Do we need to wait for 1.2.1 to upgrade? |
|
Hmm, it appears that this commit went into Iceberg 1.1.0. Any idea why it didn't break before? Or thoughts on a workaround? |
I think this is only an issue with the removal of statistics files, but I don't know why it wasn't an issue with Iceberg 1.1.0. @findepi any ideas? |
|
We might get a fix for this into 1.2.1 |
|
@electrum We're working on pulling together the 1.2.1 release (there's a small set of issues, so hopefully we'll have a quick turnaround for you). I believe the fix for this is already in mainline, so it'll be included in 1.2.1. |
|
@electrum Iceberg 1.2.1 has been officially released now. I've also created a new version of the REST server image: |
15a2742 to
d7376fd
Compare
d7376fd to
8626ad8
Compare
|
@nastra Thanks, updated. Hopefully all the tests pass this time, then I'll finally merge this |
Fixes #15372
Release notes
(x) This is not user-visible or docs only and no release notes are required.