Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaschat-db committed Apr 16, 2024
1 parent af8dc1b commit 0c96e3b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3493,8 +3493,8 @@ trait DeltaProtocolVersionSuiteBase extends QueryTest
}
}

def validVersions = Seq((1, 1), (1, 2), (1, 3), (1, 4), (2, 5), (2, 6), (1, 7), (3, 7))
def invalidVersions = Seq((2, 2), (2, 3))
private def validVersions = Seq((1, 1), (1, 2), (1, 3), (1, 4), (2, 5), (2, 6), (1, 7), (3, 7))
private def invalidVersions = Seq((2, 2), (2, 3))
for ((readerVersion, writerVersion) <- validVersions ++ invalidVersions)
test(s"Legacy features are added when setting legacy versions: " +
s"readerVersionToSet = $readerVersion, writerVersionToSet = $writerVersion") {
Expand Down

0 comments on commit 0c96e3b

Please sign in to comment.