Skip to content

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

Open
@thorfour

Description

@thorfour

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)

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions