Skip to content

Commit

Permalink
Increased the max supported reader version (changed a 2 to a 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
hntd187 committed Mar 21, 2024
1 parent a4593b5 commit c663f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pyspark_delta/test_pyspark_delta.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

TEST_ROOT = Path("out/reader_tests/")

MAX_SUPPORTED_READER_VERSION = 2
MAX_SUPPORTED_READER_VERSION = 3


class ReadCase(NamedTuple):
Expand Down

0 comments on commit c663f81

Please sign in to comment.