We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3babd3 commit 0c82650Copy full SHA for 0c82650
1 file changed
tests/table/test_partitioning.py
@@ -255,7 +255,6 @@ def test_size_partition_map(specs_set: dict[int, PartitionSpec]) -> None:
255
partition_map.put(specs_set[2].spec_id, Record("ccc", 2), "v4")
256
assert not partition_map.is_empty()
257
assert len(partition_map) == 4
258
- # assert partition_map.get(UNPARTITIONED_PARTITION_SPEC.spec_id, None) == "v1"
259
260
261
def test_put_and_get_partition_map(specs_set: dict[int, PartitionSpec]) -> None:
0 commit comments