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

Create a Delta Lake reference table that's had an overwrite transaction #16

Open
MrPowers opened this issue Oct 10, 2022 · 1 comment
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@MrPowers
Copy link
Collaborator

A Delta Lake table with an overwrite transaction is a great way to make sure the reader isn't just looking at the underlying Parquet files. Correctly reading this table means the reader is correctly parsing the transaction log.

@MrPowers MrPowers added enhancement New feature or request good first issue Good for newcomers labels Oct 10, 2022
@edmondop
Copy link
Contributor

This is already possible with the current setup, since the RowCollection has a field for it.
https://github.com/delta-incubator/dat/blob/master/dat/model/row_collections.py#L7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Development

No branches or pull requests

2 participants