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: 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