Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/tests/test_table_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_read_simple_table_to_dict():
def test_table_count():
table_path = "../crates/test/tests/data/COVID-19_NYT"
dt = DeltaTable(table_path)
assert dt.count() == 1
assert dt.count() == 1111930


class _SerializableException(BaseException):
Expand Down
Loading