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

Support serde of Avro IDL #52

Open
acmiyaguchi opened this issue Apr 24, 2019 · 1 comment
Open

Support serde of Avro IDL #52

acmiyaguchi opened this issue Apr 24, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@acmiyaguchi
Copy link
Contributor

The Avro IDL format is much easier for humans to read than JSON. However, it can be thought of as syntactic sugar for the JSON format.

@acmiyaguchi acmiyaguchi added the enhancement New feature or request label Apr 24, 2019
@acmiyaguchi acmiyaguchi added the help wanted Extra attention is needed label May 3, 2019
@acmiyaguchi
Copy link
Contributor Author

This will require writing a custom serializer and deserializer to write directly to the interface description language. However, the output should use the same underlying data-structures that are defined in avro.rs.

Implementing this would lay the groundwork for implementing Parquet-MR in #41.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant