diff --git a/spark/src/test/scala/org/apache/spark/sql/delta/DeltaProtocolVersionSuite.scala b/spark/src/test/scala/org/apache/spark/sql/delta/DeltaProtocolVersionSuite.scala index 126e6ebb10b..b930ceb59cb 100644 --- a/spark/src/test/scala/org/apache/spark/sql/delta/DeltaProtocolVersionSuite.scala +++ b/spark/src/test/scala/org/apache/spark/sql/delta/DeltaProtocolVersionSuite.scala @@ -3416,8 +3416,6 @@ trait DeltaProtocolVersionSuiteBase extends QueryTest val expectedFeatures = Seq(DomainMetadataTableFeature, ChangeDataFeedTableFeature, AppendOnlyTableFeature) - // Although the protocol contains legacy features, the versions are only downgraded to - // table feature versions. testProtocolVersionDowngrade( initialMinReaderVersion = 3, initialMinWriterVersion = 7, @@ -3433,8 +3431,6 @@ trait DeltaProtocolVersionSuiteBase extends QueryTest val expectedFeatures = Seq(DomainMetadataTableFeature, ChangeDataFeedTableFeature, ColumnMappingTableFeature) - // Although the protocol contains legacy features, the versions are only downgraded to - // table feature versions. testProtocolVersionDowngrade( initialMinReaderVersion = 3, initialMinWriterVersion = 7,