Skip to content

Commit ad6f893

Browse files
committed
Fix formatting issues
Signed-off-by: Abhishek R <[email protected]>
1 parent 818e525 commit ad6f893

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/blog/delta-lake-with-pandas/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ delta_table = DeltaTable(output_path)
262262
delta_table.vacuum()
263263
```
264264

265-
Initially, there will be no files displayed because there are no files that are older than the default <b>"deletedFileRetentionDuration"</b>. The default value for this is "168 hours". 
265+
Initially, there will be no files displayed because there are no files that are older than the default <b>"deletedFileRetentionDuration"</b>. The default value for this is "168 hours".
266266

267267
By default, only files that have been present on the disk for longer than 168 hours will be considered for vacuum. But how to customize this behavior?
268268

@@ -296,7 +296,7 @@ enforce_retention_duration = False
296296
)
297297
```
298298

299-
The deletion operations have been performed successfully. 
299+
The deletion operations have been performed successfully.
300300

301301
Let's have a look at whether it actually worked:
302302

0 commit comments

Comments
 (0)