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

[#868] Register VACUUM operation in the _delta_log #1552

Commits on Jan 9, 2023

  1. First pass at PR which adds VACUUM operation logs to _delta_log

    - update VacuumCommand.scala to add pre-post vacuum logs
    - update DeltaOperations.scala to add the actual operations committed to the log
    - update DeltaVacuumSuite with tests
    scottsand-db committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    3fe91a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4849b9c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. respond to PR comments

    scottsand-db committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    dba95a8 View commit details
    Browse the repository at this point in the history