Alwaysgaurav1 opened a new pull request, #3806: URL: https://github.com/apache/iceberg-python/pull/3806
### Description Fixes #3803. `test_read_spark_written_puffin_dv` was invoking deprecated `PuffinFile.to_vector()`, which raised a `DeprecationWarning` and caused CI integration test failures under `filterwarnings = ["error"]`. This PR replaces the deprecated call with `deletion_vectors_from_puffin_file(puffin)` and calls `dv.to_vector()` directly on each `DeletionVector` instance. -- 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]
