ndrluis commented on PR #973:
URL: https://github.com/apache/iceberg-python/pull/973#issuecomment-2260972102
Just to clarify the test changes:
```
"ignore:A plugin raised an exception during an old-style hookwrapper
teardown.",
"ignore:unclosed <socket.socket",
"ignore:distutils Version classes are deprecated. Use packaging.version
instead.",
```
These are filtering third-party warnings.
I changed the table overwrite to append when it makes sense to avoid the
"Delete operation did not match any records" error, and maintained the
overwrite in an empty table or a delete operation where there is nothing to
delete, as it makes sense.
Additionally, the "Merge on read is not yet supported, falling back to
copy-on-write" is an expected warning in the test context.
--
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]