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

Parquet: Add Variant type support in Parquet module #1

Closed
wants to merge 1 commit into from

Conversation

aihuaxu
Copy link
Owner

@aihuaxu aihuaxu commented Oct 16, 2024

This is to enable writing Variant data to Parquet file and read from Parquet file in the format of struct of metadata and data.

This PR adds:

  • A Parquet Variant implementation which currently uses Spark-Variant library as the dependency. We can reimplement inside the Iceberg-Parquet library to remove such dependency for now before that is moved to Parquet project.
  • Add the Variant support in Parquet reader/writer.

Fix: apache#11178.

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

Successfully merging this pull request may close these issues.

Proposal: add Variant type to iceberg
1 participant