-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Python] Deprecate pyarrow.gandiva #49227
Copy link
Copy link
Open
Description
Describe the enhancement requested
I don't think pyarrow.gandiva is getting a lot of usage. The last non-trivial change was made 2 years ago by @niyue . It is not packaged on PyPI, but it's part of the pyarrow-all package on conda-forge which is not downloaded much (35K downloads for 6 months compared to 3M for pyarrow-core).
Deprecating and then dropping pyarrow.gandiva would simplify some CI build and remove some light maintenance burden from the team. It would also make it easier to later move Gandiva C++ to a separate repository.
Component(s)
Python
Reactions are currently unavailable