-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
index out of range error from datafusion_row::write::write_field #2910
Comments
Hi @thomas-k-cameron what is tag function? |
@comphead I was able to reproduce the error without the data set I was talking about. https://github.com/thomas-k-cameron/df_rs_error_find |
Thanks for providing data. I was able to reproduce it locally. Looks like #2877 related, but without even having join. |
Glad to hear that. |
Nothing more needed for now, I'll try to investigate why its happening. Thanks for reporting such weird thing. |
Looks like there are couple of issues in row writer. The interesting thing they occur in very specific scenarios. Still investigating. |
Lovely. Thanks a lot! |
Well, maybe it happens before writer, because the same data from CSV and constructed manually works differently. Manual works, CSV failed. |
Describe the bug
index out of range error coming from datafusion_row::write::write_field
To Reproduce
It happened when I ran a query against a proprietary data set.
SQL is,
I haven't been able to reproduce it without that data set.
Expected behavior
It does not panic
Additional context
cargo 1.62.0 (a748cf5a3 2022-06-08)
The text was updated successfully, but these errors were encountered: