Skip to content

Commit

Permalink
minor fix to retrigger test
Browse files Browse the repository at this point in the history
  • Loading branch information
sezruby committed Jul 24, 2023
1 parent 31ca7c6 commit 6e49966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/delta/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def vacuum(
"""
Recursively delete files and directories in the table that are not needed by the table for
maintaining older versions up to the given retention threshold. This method will return an
empty DataFrame on successful completion. If subDirs are given, delete only under the
empty DataFrame on successful completion. If subDirs are given, delete files only under the
directories.
Example::
Expand Down

0 comments on commit 6e49966

Please sign in to comment.