Allow to specify metadata file for Iceberg#77318
Merged
Conversation
Contributor
hanfei1991
approved these changes
Mar 10, 2025
This was referenced Mar 18, 2025
Member
|
Why backporting? |
Member
Because this bug fix #77486, which I want to backport, depends on this change |
ianton-ru
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Apr 11, 2025
…ng_for_metadata Allow to specify metadata file for Iceberg
|
|
||
| bool allow_dynamic_metadata_for_data_lakes = false; | ||
| bool allow_experimental_delta_kernel_rs = false; | ||
| StorageObjectStorageSettingsPtr storage_settings; |
Contributor
There was a problem hiding this comment.
I suppose this should be added to
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Allow to explicitly specify metadata file to read for Iceberg with storage/table function setting
iceberg_metadata_file_path. Fixes #47412.Documentation entry for user-facing changes