-
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
panic: runtime error: index out of range #781
Comments
I just ran into (I'm assuming the related problem) myself.
Here's my stack trace running on 0.8.0rc3
|
Yes, it looks like it. My panic was caused by a very similar query with an 'inner join' as well. |
+1. I've seen similar behavior when including a text field alongside some "math'd" fields in an inner join. Select multiple fields by themselves is fine, but trying to perform an operation on two numerical fields while also selecting (outside of the math operation) a text field causes a panic. Will snag output shortly to verify that it looks similar to the output above, but seems like the same problem so far. I logged issue #740 on this as well. Can close as duplicate if that's preferred. |
I have two crash reports indicating a
panic: runtime error: index out of range
error.The text was updated successfully, but these errors were encountered: