Skip to content

Commit 00917e9

Browse files
author
Sreesh Maheshwar
committed
Remove entropy check
1 parent d3e0c0f commit 00917e9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/table/test_locations.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ def test_object_storage_injects_entropy() -> None:
8282
# Entropy directories in the middle
8383
assert parts[-1] == "test.parquet"
8484

85-
# Entropy directories should be 4 binary names of lengths 4, 4, 4, 8.
86-
for i in range(2, 6):
87-
assert len(parts[i]) == (8 if i == 5 else 4)
88-
assert all(c in "01" for c in parts[i])
89-
9085

9186
@pytest.mark.parametrize("object_storage", [True, False])
9287
def test_partition_value_in_path(object_storage: bool) -> None:

0 commit comments

Comments
 (0)