-
Notifications
You must be signed in to change notification settings - Fork 130
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
Support v2 iceberg tables with gzip #8848
Support v2 iceberg tables with gzip #8848
Conversation
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.
Thanks for the contribution @jgprogramming !
The fix LGTM in general, just a couple of minor comments.
.../service/impl/src/main/java/org/projectnessie/catalog/service/impl/ImportSnapshotWorker.java
Outdated
Show resolved
Hide resolved
instead of creating new test added two new cases to existing test:
Hope now it's ok, let me know what you think |
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.
Thanks again @jgprogramming !
The PR LGTM. @snazy WDYT?
LGTM! Thanks for the contribution! |
Similar to projectnessie#8848, but for views.
Similar to projectnessie#8848, but for views.
Similar to projectnessie#8848, but for views.
Similar to #8848, but for views.
Iceberg saves metadata with "gz.metadata.json" suffix when compressed with gzip for v2 tables and with "metadata.json.gz" for v1 tables. Current implementation recognizes only v1 gz tables and fails for v2.