Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: do not use grouping sets when there is no tags for group by #4237

Merged
merged 8 commits into from
Dec 15, 2023

Conversation

srikanthccv
Copy link
Member

The recent upgrade to ClickHouse started behaving incorrectly for specific conditions. There is no need to use GROUPING SETS when there is no group by attributes.

Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@github-actions github-actions bot added the bug Something isn't working label Dec 15, 2023
@srikanthccv srikanthccv marked this pull request as ready for review December 15, 2023 11:35
@srikanthccv
Copy link
Member Author

srikanthccv commented Dec 15, 2023

@ankitnayan The recent clickhouse version returns incorrect results occasionally for grouping sets when there is no group by key other than the timestamp resulting in false alerts https://signoz-team.slack.com/archives/C05GQNXL3FG/p1702573925564949

@srikanthccv srikanthccv merged commit 8e653f9 into develop Dec 15, 2023
11 checks passed
@srikanthccv srikanthccv deleted the grouping-sets-bug branch December 15, 2023 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants