Skip to content

Commit 121c1c8

Browse files
authored
[Doc][3.1] Add a link to the V2 Checkpoint specification in the DROP TABLE Feature doc
Backport of #2572. 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.
1 parent a2357eb commit 121c1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/delta-drop-feature.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To remove a Delta table feature, you run an `ALTER TABLE <table-name> DROP FEATU
2525
You can drop the following Delta table features:
2626

2727
- `deletionVectors`. See [_](delta-deletion-vectors.md).
28-
- `v2Checkpoint`
28+
- `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.
2929

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

0 commit comments

Comments
 (0)