diff --git a/spark/src/test/scala/org/apache/spark/sql/delta/DeltaProtocolTransitionsSuite.scala b/spark/src/test/scala/org/apache/spark/sql/delta/DeltaProtocolTransitionsSuite.scala index b0e56fee5e2..6bdc6669602 100644 --- a/spark/src/test/scala/org/apache/spark/sql/delta/DeltaProtocolTransitionsSuite.scala +++ b/spark/src/test/scala/org/apache/spark/sql/delta/DeltaProtocolTransitionsSuite.scala @@ -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,