Skip to content
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

Arrow-rs now generate schema & batches with json values of json file #8

Closed
jmfiaschi opened this issue Feb 10, 2022 · 2 comments
Closed

Comments

@jmfiaschi
Copy link

I just see that the arrow-rs can generate schema from json file/buffer/Vec<Result>. With the schema, it is possible to use a decoder to create batches .

Maybe It should be good to join the effort ?

@chmp
Copy link
Owner

chmp commented Feb 10, 2022

Thanks for the head's up. I think the scope is a little bit different, but you're right. There is definitely some overlap. I will head over to the arrow repo and make folks aware. Maybe there is some interest to collab.

At the moment, I working on deserialization and gravitate to base everything around a pull parser for a JSON-like intermediate format. So there is even more overlap. I paln to also implement serialization via this intermediate representation and then see whether there is interest.

@chmp chmp closed this as completed May 1, 2022
@chmp
Copy link
Owner

chmp commented May 1, 2022

See discussion here: apache/arrow-rs#1383 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants