chmp / serde_arrow

Convert sequences of Rust objects to Arrow tables
MIT License
60 stars 17 forks source link

Remove arrow2 in next breaking release (most likely 0.12) #179

Open chmp opened 3 months ago

chmp commented 3 months ago

Arrow2 is no longer maintained as of 2024-01-17 according to the project's Readme.

Reconsider removing arrow2 as the maintenance burden is minimal. Without removal of Arrow2, support for the missing data types (Binary, LargeBinary, FixedSizeBinary(n), FixedSizeList(n)) should be added.

chmp commented 1 month ago

Work started in #196