-
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
Manifest file caching support for Iceberg Hive Catalog #21862
base: master
Are you sure you want to change the base?
Manifest file caching support for Iceberg Hive Catalog #21862
Conversation
162c69a
to
27dee87
Compare
Codenotify: Notifying subscribers in CODENOTIFY files for diff f393c60...9a0369c. No notifications. |
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.
I see there are some test failures for iceberg product tests(with kerberos and impersonation enabled). I haven't had a chance to look at all the changes yet but I suspect this might be because the iceberg library is probably not able to find the relevant hadoop configurations. Let's verify whether the config is getting passed as expected after the removal of custom FileIO in this PR.
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! (docs)
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.
Changes LGTM, please look into the test failures and fix the merge conflicts
27dee87
to
c7f149b
Compare
c7f149b
Please merge when you get a clean test run |
Blocked on apache/iceberg#9991 |
c7f149b
to
9a0369c
Compare
Description
Add Manifest file caching support for Iceberg Hive Catalog
Motivation and Context
Starting from Iceberg version 1.1.0, Apache Iceberg provides a mechanism to cache the contents of Iceberg manifest files in memory. This manifest caching feature helps to reduce repeated reads of small Iceberg manifest files from remote storage.
Reference: apache/iceberg#4518
Impact
No Impact. Default behaviour, Disabled. Feature can be enabled via catalog configuration changes.
Test Plan
Contributor checklist
Release Notes