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

Expose a create_add function to the stats writer that accepts ParquetMetaData #3194

Open
thorfour opened this issue Feb 5, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@thorfour
Copy link

thorfour commented Feb 5, 2025

Description

Currently I have a committer that has read a Parquet file that it is then trying to add to a Delta Lake table. However the current create_add function really only applies to writers of the Parquet file, as it uses the format::FileMetaData and readers have the file:metadata::FileMetaData.

On our fork we have a function that allows a reader to create an Add: 1a2dd95

Use Case

Allows backfilling of Parquet files into Delta Lake tables.

Related Issue(s)

@thorfour thorfour added the enhancement New feature or request label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant