-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Bug]Query issue with GROUP BY + fill + ORDER BY #8148
Comments
Just to clarify, it is only It looks like it's trying to interpolate from the number at the start of the second series. I'll look at it. |
It seems only
Raw data without
|
This is my community topic: https://community.influxdata.com/t/fill-issue-wrong-syntax-or-bug/227 |
Fixed via #8149. |
Bug report
System info: [InfluxDB 1.2.1, CentOS 7]
Steps to reproduce:
Sample data "NOAA_water_database" on influxdb doc(https://docs.influxdata.com/influxdb/v1.2/query_language/data_download/)
I found that data("location=santa_monica" , "fill(linear)", order by time desc) is not correct. Data with time range from '2015-08-17T23:00:00Z' to '2015-08-18T00:00:00Z' should be null because the raw data with the same time range is null.
But data with "location=coyote_creek" and "fill(linear)" is correct.
And all are correct if I remove the [ORDER_BY_clause].
Thanks
Lemon Li
The text was updated successfully, but these errors were encountered: