Antalya 26.6 - Bump to v26.6.2.160-stable - #2189
Open
strtgbb wants to merge 186 commits into
Open
Conversation
… size in prewhere optimization
…es wrong result
The setting is not available on the backport branches and is not required by the explicit `EXPLAIN` query. ClickHouse/clickhouse-private#64824 ClickHouse#110800 ClickHouse/clickhouse-private#64825
…0623 Backport ClickHouse#110623 to 26.6: Account for Map subcolumn on-disk size in prewhere optimization
…virtual columns
…nionStep/IntersectOrExceptStep when a branch constant-folds
…7053 Backport ClickHouse#107053 to 26.6: Fix Virtual row with union produces wrong result
…-registration over Merge/Distributed
…7719 Backport ClickHouse#107719 to 26.6: Fix Block structure mismatch in UnionStep/IntersectOrExceptStep when a branch constant-folds
…9410 Backport ClickHouse#109410 to 26.6: Fix infinite rollup
…tive to survive deeply nested literals
…ordering on startup exception
…berg tables in combination with temporary tables
…9675 Backport ClickHouse#109675 to 26.6: Fix segfault due to bad shutdown ordering on startup exception
…0393 Backport ClickHouse#110393 to 26.6: Make Field copy and destroy iterative to survive deeply nested literals
…ys not used through a Distributed engine table
…0914 Backport ClickHouse#110914 to 26.6: Fix use-after-free when using Iceberg tables in combination with temporary tables
…9188 Backport ClickHouse#109188 to 26.6: Fix text index on mapValues/mapKeys not used through a Distributed engine table
26.6 does not have ClickHouse#109188, which makes `StorageMerge` and `StorageDistributed` opt out of the `optimize_functions_to_subcolumns` rewrite. When the test runner randomizes that setting to 1, `mapValues(attributes)` in PREWHERE is rewritten to the subcolumn `attributes.values`, which `Merge` rejects with `ILLEGAL_PREWHERE`. Pin the setting to 0 so the predicate keeps the function form that matches the text-index expression, as in the original repro. Same fix as on backport/26.4/110710 (PR ClickHouse#111095), where it was verified against the PR's arm_release binary: the unpinned test fails with `ILLEGAL_PREWHERE` under `optimize_functions_to_subcolumns = 1`, the pinned test matches the reference. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…0710 Backport ClickHouse#110710 to 26.6: Fix text-index direct-read double-registration over Merge/Distributed
…n compatibility is 26.6
…9532 Backport ClickHouse#109532 to 26.6: Fix rollup with materialized and virtual columns
…7437 Backport ClickHouse#107437 to 26.6: Fix hive partition validation when compatibility is 26.6
…9886 Backport ClickHouse#109886 to 26.6: Optimize text index analysis
…p with a 0-byte offsets buffer
…1103 Backport ClickHouse#111103 to 26.6: Cache deduplication data hashes before the Alias hop
…1442 Backport ClickHouse#111442 to 26.6: Fix checking paths against `user_files`
…9178 Backport ClickHouse#109178 to 26.6: Preserve original key order in bucketed Map serialization
…9768 Backport ClickHouse#109768 to 26.6: Mask session_token and Google ADC secrets in the explicit-url S3 form
…1386 Backport ClickHouse#111386 to 26.6: Analyzer: fix qualified CTE column references in views
…keeper_snapshot_chunked_transfer recover tests
…2413 Backport ClickHouse#112413 to 26.6: Bump aws-c-http library to v0.11.0
The dist_each_sequential field and force_heavy_modules_sequential are master-only; 26.6's TC has no such field, so every integration job died with TypeError at import. The 26.6 workflows run no --dist=each flaky job, so the entry would be a no-op there anyway.
…_bearer_token, lazy init for internal create
…2007 Backport ClickHouse#112007 to 26.6: Fix AMBIGUOUS_COLUMN_NAME when a JOIN ON condition is repeated in WHERE
…9107 Backport ClickHouse#109107 to 26.6: Stream .backup metadata with SAX instead of building a DOM tree
…9861 Backport ClickHouse#109861 to 26.6: Don't copy all file infos when writing backup metadata
…8557 Backport ClickHouse#108557 to 26.6: Increase restart timeout in test_keeper_snapshot_chunked_transfer recover tests
…2594 Backport ClickHouse#112594 to 26.6: Bump `simdjson` from v4.2.4 to v4.6.5
…1721 Backport ClickHouse#111721 to 26.6: Fix NOT_FOUND_COLUMN_IN_BLOCK on FINAL when the sort key filter is moved to PREWHERE and not projected
… Parquet DECIMAL wider than declared
…3089 Backport ClickHouse#113089 to 26.6: A dummy PR to backport
…3046 Backport ClickHouse#113046 to 26.6: Fix out-of-bounds write reading a Parquet DECIMAL wider than declared
…with a recursive CTE with the old analyzer
…9724 Backport ClickHouse#109724 to 26.6: DatabaseDataLake: Restore onelake_bearer_token, lazy init for internal create
…2784 Backport ClickHouse#112784 to 26.6: Fix startup and ATTACH of a view with a recursive CTE with the old analyzer
Release v26.6.2.160-stable
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):
CI/CD Options
Exclude tests:
Regression jobs to run: