You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
Copy file name to clipboardExpand all lines: docs/source/delta-drop-feature.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ To remove a Delta table feature, you run an `ALTER TABLE <table-name> DROP FEATU
25
25
You can drop the following Delta table features:
26
26
27
27
-`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.
29
29
30
30
You cannot drop other [Delta table features](https://github.com/delta-io/delta/blob/master/PROTOCOL.md#valid-feature-names-in-table-features).
0 commit comments