-
Notifications
You must be signed in to change notification settings - Fork 304
Closed
Labels
Description
Currently we implement automatic rust conversion from simple types to arrow but we still miss a lot of types.
We could greatly benefit from having more automatic into arrow and from arrow conversion in dora-rs.
The file to modify is: https://github.com/dora-rs/dora/blob/c6ce45785fa1b130030ec233eebb9d463c5b8664/libraries/arrow-convert/src/into_impls.rs
and: https://github.com/dora-rs/dora/blob/52045f3af84924e5a1cbc3283ade98a962514089/libraries/arrow-convert/src/from_impls.rs
This should be a good first issue for rust dev as this is fully contained within a simple crate.
Reactions are currently unavailable