-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Datafusion currently relies on the https://github.com/apache/arrow-rs implementation of Apache Arrow. This also means any project that is built on DataFusion is likely to end up using that implementation as well
There has been various talk / discussion / work on switching to arrow2 - https://github.com/jorgecarleitao/arrow2 from @jorgecarleitao
Describe the solution you'd like
A consensus on if we want to switch datafusion to using arrow2
Additional context
- Arrow2 milestone; https://github.com/apache/arrow-datafusion/milestone/3
- PR with more discussion on this issue: Experimenting with arrow2 #68
- Code from @houqp and @yjshen https://github.com/houqp/arrow-datafusion/tree/arrow2_merge
- @Igosuki 's PR: https://github.com/Igosuki/arrow-datafusion/tree/arrow22r
- Roadmap: https://github.com/apache/arrow-datafusion/blob/0b8bffd6410ecdcfa29788f75fbc5ca15242a239/docs/source/specification/roadmap.md#runtime--infrastructure
andygrove, houqp, jorgecarleitao, iemejia, marchom and 9 more
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation