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?
Currently the only place Python interface code exists in the core DataFusion repo is in datafusion/common/src/pyarrow.rs. This contains methods for converting to/from ScalarValue and pyarrow objects. Since datafusion-python repository was split out from the core repo, it may make sense to remove this module. Rust users who want to use these conversions can instead use the datafusion-python, which arguably has far more support for datafusion-python interactions.
Describe the solution you'd like
Remove the pyarrow module and associated features. This would be a breaking change, but likely has extremely little impact on downstream users.
Describe alternatives you've considered
Leave as is, but this prevents things like updating pyo3 downstream. It must stay pinned at the same version as datafusion core.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge?
Currently the only place Python interface code exists in the core DataFusion repo is in
datafusion/common/src/pyarrow.rs
. This contains methods for converting to/fromScalarValue
andpyarrow
objects. Sincedatafusion-python
repository was split out from the core repo, it may make sense to remove this module. Rust users who want to use these conversions can instead use thedatafusion-python
, which arguably has far more support for datafusion-python interactions.Describe the solution you'd like
Remove the pyarrow module and associated features. This would be a breaking change, but likely has extremely little impact on downstream users.
Describe alternatives you've considered
Leave as is, but this prevents things like updating pyo3 downstream. It must stay pinned at the same version as datafusion core.
Additional context
No response
The text was updated successfully, but these errors were encountered: