nicole-martinez opened a new pull request, #11320: URL: https://github.com/apache/iceberg/pull/11320
- This PR adds a new test (`testMergeEqualityDeletesOOM`) to handle out-of-memory scenarios during merge equality deletes. - The test generates a large dataset and attempts to merge equality deletes. - When we run the test, we get an out-of-memory error caused by heap space, which is expected in this scenario. However, if the print statements are removed, the test is marked as "ignored." <img width="1480" alt="oom-error" src="https://github.com/user-attachments/assets/81796a48-908a-4450-8b02-8e2a53560a1c"> -- 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