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
* Add force_validate feature
* Disable some redundant checks
* Add issue link
* Add test with force_validate feature flag
* fix up message
* disable due to #1547
* disable ipc test failure
* fix clippy
* Fix doctest to pass with force_validate enabled
Describe the bug
The
force_validate
check added in #1546 revealed that theUnionArrays
produced from thefilter
kernel fails validation.It is not clear if the validation is incorrect or the filter kernel is incorrect
To Reproduce
Uncomment the
#[cfg(not(feature = "force_validate"))]
And then run the test like:
cargo test --features=force_validate -p arrow
lines for the following tests and the will fail:
Expected behavior
The tests should pass when force_validate is on
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: