Skip to content

Commit

Permalink
Clean up comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaschat-db committed May 13, 2024
1 parent 82c283c commit 81e2494
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 81e2494

Please sign in to comment.