Antalya 25.8 Backports of #88440, #95301 - Fix sparse columns aggregation for any overflow mode#2077
Conversation
25.8.16 Backports of ClickHouse#88440, ClickHouse#95301 - Fix sparse columns aggregation for any overflow mode
|
I'll self-verify this once the CI finishes. |
CI triage for #2077Verdict: 6 failing checks — 0 caused by this PR. All are infra/flaky/pre-existing regression noise. The code area this PR touches is green: the AggregateFunctions (1), (2), (3) regression suites and the aggregate-related integration tests all passed, and the change compiled cleanly on 8 of 9 build configs (the 9th was killed by the runner, not a compile error). No code change is needed — the failed jobs just need a re-run. 1. Build (amd_release) — infra timeout/hang → re-run
2. Integration tests (amd_tsan, 4/6) — flaky backup test → re-run
3. Regression aarch64 — rbac_2, alter_attach_1, alter_move (aarch64-only flakes)
4. Regression session_timezone (aarch64 + x86) — pre-existing suite failure
PR gate + Build (amd_release) check-run
RecommendationRe-run Build (amd_release), Integration tests (amd_tsan, 4/6), and the failed aarch64 regression jobs. Nothing in the diff (a null-place guard in 🤖 Automated CI triage. I can't build/run ClickHouse in this container — this is evidence-based from CI logs and downloaded regression artifacts. |
Same as #1396, but for Antalya
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Fix aggregation of sparse columns when
group_by_overflow_modeis set toany(ClickHouse#88440 by @korowa and ClickHouse#95301 by @mkmkme)