Antalya 26.3 port - improvements for cluster requests#1687
Open
zvonand wants to merge 3 commits intoantalya-26.3from
Open
Antalya 26.3 port - improvements for cluster requests#1687zvonand wants to merge 3 commits intoantalya-26.3from
zvonand wants to merge 3 commits intoantalya-26.3from
Conversation
…ous_hashing 26.1 Antalya port - improvements for cluster requests
ianton-ru
requested changes
Apr 24, 2026
| std::optional<Int64> rows_count; | ||
| std::optional<Int64> bytes_size; | ||
| std::optional<Int64> nulls_count; | ||
| std::optional<DB::Range> hyperrectangle; |
There was a problem hiding this comment.
This field was removed between 26.1 and 26.3 (ClickHouse#98231), need code refactoring to use new place with min/max column values
Removes the `hyperrectangle` field from `DB::Iceberg::ColumnInfo` that was re-added during the frontport. The field was removed upstream in PR ClickHouse#98231, which relocated raw min/max bounds to `ParsedManifestFileEntry::value_bounds`. The `DataFileMetaInfo` Iceberg constructor now deserializes those bounds via the shared `deserializeFieldFromBinaryRepr` helper (moved from `ManifestFileIterator.cpp` to `IcebergFieldParseHelpers`). Addresses @ianton-ru's comment at #1687 (comment).
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.
Cherry-picked from #1414.
Changelog category (leave one):
Frontports for Antalya 26.1
CI/CD Options
Exclude tests:
Regression jobs to run: