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

Multiple series when wrong GROUP BY #317

Closed
Slach opened this issue Jan 10, 2021 · 2 comments · Fixed by #399
Closed

Multiple series when wrong GROUP BY #317

Slach opened this issue Jan 10, 2021 · 2 comments · Fixed by #399
Assignees

Comments

@Slach
Copy link
Collaborator

Slach commented Jan 10, 2021

image

@Slach Slach self-assigned this Jan 10, 2021
@Slach
Copy link
Collaborator Author

Slach commented Dec 21, 2021

SELECT 
  toUInt64(addMonths(toDateTime('2017-12-01'),Month))*1000 as t,
  count() AS Flights2018
FROM datasets.ontime
WHERE Year=2018
GROUP BY t, Month
ORDER BY t

@Slach
Copy link
Collaborator Author

Slach commented Dec 21, 2021

doesn't reproduce on latest Grafana version
image

@Slach Slach closed this as completed Dec 21, 2021
@Slach Slach mentioned this issue Dec 21, 2021
Slach added a commit to Altinity/grafana-plugin-repository that referenced this issue Dec 22, 2021
# 2.4.1 (2021-12-20)

## Enhancements:
* update dependencies, try to fix critical nodejs dependencies issues

## Fixes:
* fix unnecessary warning Logging message on backend part
* fix Altinity/clickhouse-grafana#366
* fix Altinity/clickhouse-grafana#357
* fix Altinity/clickhouse-grafana#345
* fix Altinity/clickhouse-grafana#342
* fix Altinity/clickhouse-grafana#385
* fix Altinity/clickhouse-grafana#317
* fix Altinity/clickhouse-grafana#336
* fix Altinity/clickhouse-grafana#320
* fix Altinity/clickhouse-grafana#326
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant