-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 with "expected arrays of the same length" #18673
Comments
Because I'd same issues in such cases |
|
|
|
So probably 1 and 2 can be point on which you can build example Just check your pipeline/data for this two types of entries and try to reduce it only to them |
@ritchie46 still haven't been able to create a repro, but it seems to manifest (in my very complicated query) when I have more than N columns (as opposed to having any particular column cause the issue). Seems like it's also related to having some struct based columns/expressions in the query plan too (as if i remove all of those, it no longer seems to manifest). |
So when running my queries, I get this weirdness:
I'll try to bisect the offending commit between 1.5.0 and 1.4.1. Sounds like some sort of overflow issue. |
Did a git bisect, and it looks like the regression occurs here: |
@ritchie46 @coastalwhite i compiled your change and now i get a different panic:
|
I added extra debug logging and I see:
|
Checks
Reproducible example
panic.txt
Log output
Issue description
When upgrading from 1.4.1 -> 1.5.0 (I've also tested on 1.6.0 and main and they both exhibit this behavior). I get this panic when running a moderately complex query. Will try to produce a MRE.
Expected behavior
No panic
Installed versions
The text was updated successfully, but these errors were encountered: