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
Paul Balanca / @balancap:
Thanks @jorisvandenbossche I don't want to over-promise. Next two weeks are a bit busy for me, hopefully after I will get a bit more time. There are a couple of methods not supported currently by PyArrow on extension types (e.g. nulls, concat_arrays, combine_chunks) that I would be interested in implementing for our internal tooling at FiveAI.
PyArrow is crashing when applying
filter
ortake
on already empty extension arrays.The bug can be reproduced with the documentation example:
The underlying issue seems to be that the function
nulls
is not implemented for extension types in the C++ codebase:arrow/cpp/src/arrow/array/util.cc
Line 472 in 6db88a9
Environment: Python 3.7, Ubuntu 20.04
Reporter: Paul Balanca / @balancap
Assignee: Joris Van den Bossche / @jorisvandenbossche
PRs and other links:
Note: This issue was originally created as ARROW-13474. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: