Fix sparse columns aggregation for any overflow mode#88440
Merged
antaljanosbenjamin merged 1 commit intoClickHouse:masterfrom Oct 15, 2025
Merged
Fix sparse columns aggregation for any overflow mode#88440antaljanosbenjamin merged 1 commit intoClickHouse:masterfrom
antaljanosbenjamin merged 1 commit intoClickHouse:masterfrom
Conversation
Similar to regular `add` method, there should be a check that `place` value is not null.
Contributor
|
Workflow [PR], commit [6ab65e0] Summary: ❌
|
Contributor
Author
|
Test failure is not related -- the problem with the test (and not only this one) is that node may fail to start DDLWorker and exit with the following error stacktracewhich (if I'm not mistaken) should be fixed by #88472 |
Merged
via the queue into
ClickHouse:master
with commit Oct 15, 2025
a5391e9
121 of 123 checks passed
mkmkme
added a commit
to mkmkme/ClickHouse
that referenced
this pull request
Jan 27, 2026
mode Similarly as with IAggregateFunction.h in [1], this should be done in AggregateFunctionSum.h as well [1]: ClickHouse#88440
mkmkme
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Feb 10, 2026
Fix sparse columns aggregation for any overflow mode
25 tasks
mkmkme
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Feb 12, 2026
Fix sparse columns aggregation for any overflow mode
25 tasks
zvonand
added a commit
to Altinity/ClickHouse
that referenced
this pull request
Feb 25, 2026
24.8.14 Backport of ClickHouse#88440 - Fix sparse columns aggregation for any overflow mode
zvonand
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Mar 17, 2026
Fix sparse columns aggregation for any overflow mode
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.
Closes #88417
Closes #87615
(both issues have this method in stacktraces)
Similar to regular
addmethod, there should be a check thatplacevalue is not null.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 toanyDocumentation entry for user-facing changes