daviddallakyan2005 opened a new pull request, #3804: URL: https://github.com/apache/iceberg-python/pull/3804
Closes #3803 # Rationale for this change Follow-up to #3476. `test_read_spark_written_puffin_dv` still calls `PuffinFile.to_vector()`, which #3491 deprecated in 0.12.0. `filterwarnings = ["error"]` turns that into a hard CI failure, so `integration-test` is red on `main` and on unrelated PRs including #3801. This test now uses `deletion_vectors_from_puffin_file(...)`, matching `pyiceberg/io/pyarrow.py`. Spark interop assertions are unchanged. Not part of #3801. ## Are these changes tested? Yes. `make test-integration PYTEST_ARGS="-v -k test_read_spark_written_puffin_dv"` → 1 passed, 5517 deselected. ## Are there any user-facing changes? No. Made with [Cursor](https://cursor.com) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
