We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@dora-bot assign me
Sorry, something went wrong.
Hello @Shar-jeel-Sajid, this issue is now assigned to you!
@haixuanTao What are the highest priority missing types we should implement first?
We can take inspiration from: https://docs.rs/arrow_convert/latest/arrow_convert/
I wonder if we can even import it and use it as is!
I read about https://docs.rs/arrow_convert/latest/arrow_convert/. I think we can import and integrate it in dora. Should i use this crate?
We can! If we can make it not break the current API
Shar-jeel-Sajid
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: