-
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
filter() after pivot() causes panic runtime error #15762
Labels
Comments
Stacktrace:
|
Same error occurs when map() is used in pipe after pivot(). |
Transferred to Flux issue #2288. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I add filter() after pivot(), it panics. I am trying to filter out rows based on combination of several columns values, but it panics even with the simple column value filter (even if I use r._measurement equals check to filter). I am running InfluxDB alpha 19 linux version.
Without filter():
With filter()
line protocol sample input
The text was updated successfully, but these errors were encountered: