Skip to content

Commit

Permalink
2,6 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaschat-db committed Jun 27, 2024
1 parent 01601c0 commit 6903541
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ class DeltaTableFeatureSuite
Protocol(TABLE_FEATURES_MIN_READER_VERSION, TABLE_FEATURES_MIN_WRITER_VERSION)

assert(tfProtocol1.merge(Protocol(1, 2)) === Protocol(1, 2))
// There is no legacy protocol with (2, 6).
assert(tfProtocol2.merge(Protocol(2, 6)) === tfProtocol2.merge(Protocol(2, 5)))
assert(tfProtocol2.merge(Protocol(2, 6)) === tfProtocol2.merge(Protocol(2, 6)))
}

test("protocol upgrade compatibility") {
Expand Down

0 comments on commit 6903541

Please sign in to comment.