Skip to content

Antalya 26.6 - Bump to v26.6.2.160-stable - #2189

Open
strtgbb wants to merge 186 commits into
antalya-26.6from
bump/antalya-26.6/26.6.2.160
Open

Antalya 26.6 - Bump to v26.6.2.160-stable#2189
strtgbb wants to merge 186 commits into
antalya-26.6from
bump/antalya-26.6/26.6.2.160

Conversation

@strtgbb

@strtgbb strtgbb commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Changelog category (leave one):

  • CI Fix or Improvement (changelog entry is not required)

CI/CD Options

Exclude tests:

  • Fast test
  • Integration Tests
  • Stateless tests
  • Stateful tests
  • Performance tests
  • Aarch64 tests
  • All with ASAN
  • All with TSAN
  • All with MSAN
  • All with UBSAN
  • All with Coverage
  • All Regression
  • Disable CI Cache

Regression jobs to run:

  • Fast suites (mostly <1h)
  • Aggregate Functions (2h)
  • Alter (1.5h)
  • Benchmark (30m)
  • ClickHouse Keeper (1h)
  • Iceberg (2h)
  • LDAP (1h)
  • OAuth (5m)
  • Parquet (1.5h)
  • RBAC (1.5h)
  • SSL Server (1h)
  • S3 (2h)
  • S3 Export (2h)
  • Swarms (30m)
  • Tiered Storage (2h)

robot-clickhouse and others added 30 commits July 16, 2026 21:29
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
…nionStep/IntersectOrExceptStep when a branch constant-folds
…7053

Backport ClickHouse#107053 to 26.6: Fix Virtual row with union produces wrong result
…7719

Backport ClickHouse#107719 to 26.6: Fix Block structure mismatch in UnionStep/IntersectOrExceptStep when a branch constant-folds
…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
…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
PedroTadim and others added 27 commits August 3, 2026 12:16
…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
…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
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

Workflow [PR], commit [d0308a7]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.