kevinjqliu commented on PR #1417: URL: https://github.com/apache/iceberg-python/pull/1417#issuecomment-2541817185
Looks like some tests are failing due to number of partitions being hardcoded in tests ``` =========================== short test summary info ============================ FAILED tests/integration/test_reads.py::test_pyarrow_deletes[session_catalog_hive] - assert [4, 5, 6] == [1, 2, 3] At index 0 diff: 4 != 1 Full diff: - [1, 2, 3] + [4, 5, 6] FAILED tests/integration/test_reads.py::test_pyarrow_deletes[session_catalog] - assert [4, 5, 6] == [1, 2, 3] At index 0 diff: 4 != 1 Full diff: - [1, 2, 3] + [4, 5, 6] FAILED tests/integration/test_reads.py::test_pyarrow_deletes_double[session_catalog_hive] - assert [10] == [5] At index 0 diff: 10 != 5 Full diff: - [5] + [10] FAILED tests/integration/test_reads.py::test_pyarrow_deletes_double[session_catalog] - assert [10] == [5] At index 0 diff: 10 != 5 Full diff: - [5] + [10] = 4 failed, 812 passed, 8 skipped, 2859 deselected, 2 warnings in 286.99s (0:04:46) = ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org