lukeFalsina commented on PR #3724: URL: https://github.com/apache/iceberg-python/pull/3724#issuecomment-5315919431
@singhpk234 CI looks green aside from the Spark integration job (`integration-test`), which fails on: `tests/integration/test_deletes.py::test_read_spark_written_puffin_dv` That failure is a `DeprecationWarning` treated as an error when the test calls `puffin.to_vector()` (deprecated in favor of `deletion_vectors_from_puffin_file(...)`). It does not look related to the async scan planning / `loadTable` override changes in this PR (those files are untouched). How should I address this from my side — rebase onto latest `main` (if a fix already landed), ignore as unrelated flake/debt, or open a separate PR to update that test? Happy to follow whatever you prefer. -- 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]
