Skip to content

Improve IntoArrow within our arrow-convert crate #852

@haixuanTao

Description

@haixuanTao

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions