You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See reproduction for specific example that triggers the panic.
Some combination of a column with varying size arrays, a negative start index, a positive end index, and stride explicitly set to one triggers the panic.
thread 'main' panicked at /Users/andy/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrow-data-51.0.0/src/transform/primitive.rs:31:43:range end index 9 out of range for slice of length 8
Expected behavior
Doesn't panic. Works just like the stride=1 default.
Describe the bug
See reproduction for specific example that triggers the panic.
Some combination of a column with varying size arrays, a negative start index, a positive end index, and stride explicitly set to one triggers the panic.
To Reproduce
Expected behavior
Doesn't panic. Works just like the
stride=1
default.Additional context
This was found upgrading
datafusion-python
: apache/datafusion-python#669The text was updated successfully, but these errors were encountered: