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] Support Variant Encoding for Parquet #310

Open
sfc-gh-mbojanczyk opened this issue Mar 11, 2025 · 0 comments
Open

[Parquet] Support Variant Encoding for Parquet #310

sfc-gh-mbojanczyk opened this issue Mar 11, 2025 · 0 comments
Labels
Type: enhancement New feature or request

Comments

@sfc-gh-mbojanczyk
Copy link

Describe the enhancement requested

Variant encoding looks like it's becoming part of the Parquet spec, and it'd be good to have Variant support in the Go library.

It looks like implementation of Variants is already under way in the Java Parquet library, as well as in Iceberg, so the spec seems to be settled enough that there shouldn't be massive changes in the base encoding. Looks like shredding still hasn't been tackled yet by any library, so that may be more in flux.

Variants will be a pretty powerful addon here for landing stuff in Iceberg- they generally have a good performance upside vs. using JSON or something similar.

Component(s)

Parquet

@sfc-gh-mbojanczyk sfc-gh-mbojanczyk added the Type: enhancement New feature or request label Mar 11, 2025
@sfc-gh-mbojanczyk sfc-gh-mbojanczyk changed the title Support Variant Encoding for Parquet [Parquet] Support Variant Encoding for Parquet Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant