Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaschat-db committed Aug 13, 2024
1 parent bcb4e19 commit 835f918
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@ class DeltaProtocolTransitionsSuite extends DeltaProtocolTransitionsBaseSuite {
createTableProperties = Seq(
(s"delta.feature.${ColumnMappingTableFeature.name}", "supported"),
(s"delta.feature.${DomainMetadataTableFeature.name}", "supported"),
(s"delta.feature.${DeletionVectorsTableFeature.name}", "supported")),
dropFeatures = Seq(DeletionVectorsTableFeature),
(s"delta.feature.${V2CheckpointTableFeature.name}", "supported")),
dropFeatures = Seq(V2CheckpointTableFeature),
expectedProtocol = Protocol(2, 7).withFeatures(Seq(
InvariantsTableFeature,
AppendOnlyTableFeature,
Expand Down

0 comments on commit 835f918

Please sign in to comment.