-
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
[1.2] Dividing an aggregate function with elapsed() throws panic #7880
Comments
@kostasb can you see if this was an issue with 1.1? I'm curios to know if this is a regression or something that has been here for a while. |
@desa it's in |
Fixed via #7924 |
Tested again on 1.2.1~rc4
|
Looks like the remaining issue has to do with |
3 tasks
Fixed via #8056 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
version tested: 1.2
Description:
sum(count::float) / elapsed(sum(count::float), 1m)
throws panic.Repro case using actual sample dataset:
influx -import -path=sample.txt
sample.txt
response is:
log excerpt:
The text was updated successfully, but these errors were encountered: