Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

airframe-parquet: Support writing generic records (e.g,. JSON, Map) #1618

Closed
xerial opened this issue May 5, 2021 · 0 comments · Fixed by #1785
Closed

airframe-parquet: Support writing generic records (e.g,. JSON, Map) #1618

xerial opened this issue May 5, 2021 · 0 comments · Fixed by #1785

Comments

@xerial
Copy link
Member

xerial commented May 5, 2021

Parquet is a schema-first data format. To store JSON or Map in Parquet, we need to infer the schema of the data. Another approach is support setting a custom schema when creating a new Parquet writer.

Related:

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

Successfully merging a pull request may close this issue.

1 participant