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
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Using arrow::compute::kernels::filter::filter and arrow::compute::kernels::filter::filter_record_batch on arrays (or record batches respectively) containing MapArrays produces a panic such as
panicked at 'not yet implemented: Take and filter operations still not supported for this datatype', arrow/src/array/transform/mod.rs:520:17
Describe the solution you'd like
It should just like it does for lists.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Using
arrow::compute::kernels::filter::filter
andarrow::compute::kernels::filter::filter_record_batch
on arrays (or record batches respectively) containingMapArrays
produces a panic such aspanicked at 'not yet implemented: Take and filter operations still not supported for this datatype', arrow/src/array/transform/mod.rs:520:17
Describe the solution you'd like
It should just like it does for lists.
The text was updated successfully, but these errors were encountered: