From 6e49966d3ce033b0c09acd8f2fc5be3024378757 Mon Sep 17 00:00:00 2001 From: EJ Song Date: Sun, 23 Jul 2023 14:51:06 -0700 Subject: [PATCH] minor fix to retrigger test --- python/delta/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/delta/tables.py b/python/delta/tables.py index 24d80181507..68612fd7abb 100644 --- a/python/delta/tables.py +++ b/python/delta/tables.py @@ -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::