-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Upgrading in #669 discovered a few bugs in datafusion
Blocked on
-
array_slice
panics withstride=1
datafusion#10425 -
stride
is not optional for newarray_slice
UDF datafusion#10424
So we commented out a single failing test to make the tests pass.
eeccbfd
TODO
Once the upstream fixes are available
- re-introduce the test
- (maybe?) provide a nullable default for
stride
infunctions::array_slice
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working