-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
Read Avro Data File #1063
Comments
Hey! developer of arrow2 here; Super exciting! do you have a link or public repo over this? |
I organizing my code to publish it soon, my private repo have rusoto as dependencies to read from S3, so I would remove that. |
@jorgecarleitao Here is my repos, feel free to use/reuse any parts of the code. Thanks for creating arrow2. I'm having a blast with it. |
Nice @potter420. This functionality would definitely be valuable behind a |
Reading and writing Avro files is supported now. |
Describe your feature request
Polars or Py-polars can have some function to read avro data files.
I wrote some small packages to read avro into arrow struct array format based on arrow2 and avro-rs packages. Also have some python bindings. It only deal with flattened data for now, but should be able to handle any kind of nested data soon.
I'm planning to release it in the next few days.
Do you see any possibilities of integrating it with polars?
Thank you.
The text was updated successfully, but these errors were encountered: