Skip to content

Fixed #7109 groupBitmapOr(31) segfault#7289

Merged
KochetovNicolai merged 1 commit intoClickHouse:masterfrom
infinivision:fix_pull_7109
Oct 12, 2019
Merged

Fixed #7109 groupBitmapOr(31) segfault#7289
KochetovNicolai merged 1 commit intoClickHouse:masterfrom
infinivision:fix_pull_7109

Conversation

@yuzhichang
Copy link
Copy Markdown
Contributor

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

For changelog. Remove if this is non-significant change.

Category (leave one):

  • Bug Fix

Short description (up to few sentences):

  • Fixed groupBitmapOr(31) segfault.
  • Removed support of groupBitmapAndMerge(AggregateFunction(groupBitmap, UInt32)), groupBitmapOrMerge(AggregateFunction(groupBitmap, UInt32)), groupBitmapXorMerge(AggregateFunction(groupBitmap, UInt32)) since it's hard for createAggregateFunctionBitmapL2 to distinguish them from groupBitmapAnd(UInt32), groupBitmapOr(UInt32), groupBitmapXor(UInt32).

...

Detailed description (optional):

...

@KochetovNicolai KochetovNicolai added the pr-improvement Pull request with some product improvements label Oct 12, 2019
@KochetovNicolai KochetovNicolai merged commit 6f758ba into ClickHouse:master Oct 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-improvement Pull request with some product improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants