Skip to content

Some aggregate functions were erroneously marked as case-insensitive#16407

Merged
akuzm merged 2 commits intomasterfrom
agg-functions-case-sensitive
Oct 27, 2020
Merged

Some aggregate functions were erroneously marked as case-insensitive#16407
akuzm merged 2 commits intomasterfrom
agg-functions-case-sensitive

Conversation

@alexey-milovidov
Copy link
Copy Markdown
Member

@alexey-milovidov alexey-milovidov commented Oct 26, 2020

Changelog category (leave one):

  • Backward Incompatible Change

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Aggregate functions boundingRatio, rankCorr, retention, timeSeriesGroupSum, timeSeriesGroupRateSum, windowFunnel were erroneously made case-insensitive. Now their names are made case sensitive as designed. Only functions that are specified in SQL standard or made for compatibility with other DBMS or functions similar to those should be case-insensitive.

@robot-clickhouse robot-clickhouse added the pr-backward-incompatible Pull request with backwards incompatible changes label Oct 26, 2020
This was referenced Oct 26, 2020
@akuzm akuzm merged commit e35be8e into master Oct 27, 2020
@akuzm akuzm deleted the agg-functions-case-sensitive branch October 27, 2020 13:36
@akuzm akuzm self-assigned this Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-backward-incompatible Pull request with backwards incompatible changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants