Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaschat-db committed Jan 17, 2024
1 parent 5ab88fe commit fc907a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/delta-deletion-vectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ALTER TABLE <table_name> SET TBLPROPERTIES ('delta.enableDeletionVectors' = true

Deletion vectors indicate changes to rows as soft-deletes that logically modify existing Parquet data files in the <Delta> tables. These changes are applied physically when data files are rewritten, as triggered by one of the following events:

* A DML command with deletion vectors disabled (by command flag or table property) is run on the table.
* A DML command with deletion vectors disabled (by a command flag or a table property) is run on the table.
* An `OPTIMIZE` command is run on the table.
* `REORG TABLE ... APPLY (PURGE)` is run against the table.

Expand Down

0 comments on commit fc907a8

Please sign in to comment.