-
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
[0.9.3] First or last value of GROUP BY time(x)
is often null
#3926
Comments
There's definitely something amiss with the first bucket in the returns, but not always:
Notice the value of 9 for '2015-09-01T20:01:40Z'. Query again a few seconds later. Everything else is the same but the "1:40" bucket is null.
Query again a few seconds later, and now the "1:50" bucket is first and is null, instead of 18.
|
It actually can affect the first and/or last bucket:
|
GROUP BY time(5s)
always nullGROUP BY time(x)
is often null
This doesn't seem to happen for queries with explicit lower and upper time bounds. |
I can confirm I also saw the null timestamp in the front but I wasn't sure if maybe the data hadn't synched between the various nodes yet. |
For some reason the
GROUP BY time(x)
queries always return the first value as null. (even if data is available at that time). It also does the same for larger interval.Example response:
The text was updated successfully, but these errors were encountered: