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

fix: update cleanup regex to include checkpoint.parquet files #1421

Merged
merged 3 commits into from
Jun 2, 2023

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    4d862a0 View commit details
    Browse the repository at this point in the history
  2. fix: ensure cleanup_metadata never removes current version

    Previously, if a table had no new commits but log_retention_expiry
    lapsed for the latest commit or checkpoint file, the file would be
    removed leaving the table in a corrupted state.
    
    To prevent this, cleanup_metadata should only run with `current_version`
    equal to the table states current version. For example, `cleanup_metadata`
    for v10 would only touch files for v0-v9.
    cmackenzie1 committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5e2eeae View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    ef9373b View commit details
    Browse the repository at this point in the history