Skip to content

Commit

Permalink
[Doc] Add a link to the V2 Checkpoint specification in the DROP TABLE…
Browse files Browse the repository at this point in the history
… Feature doc

Support for dropping V2 Checkpoints was added in Delta 3.1. This PR makes sure that the V2 Checkpoint spec is linked in the doc about DROP Table Feature.
  • Loading branch information
dhruvarya-db authored Jan 25, 2024
1 parent b77ff6b commit 13739bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/delta-drop-feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To remove a Delta table feature, you run an `ALTER TABLE <table-name> DROP FEATU
You can drop the following Delta table features:

- `deletionVectors`. See [_](delta-deletion-vectors.md).
- `v2Checkpoint`
- `v2Checkpoint`. See [V2 Checkpoint Spec](https://github.com/delta-io/delta/blob/master/PROTOCOL.md#v2-spec). Drop support for V2 Checkpoints is available in <Delta> 3.1.0 and above.

You cannot drop other [Delta table features](https://github.com/delta-io/delta/blob/master/PROTOCOL.md#valid-feature-names-in-table-features).

Expand Down

0 comments on commit 13739bf

Please sign in to comment.