aokolnychyi opened a new pull request, #9583: URL: https://github.com/apache/iceberg/pull/9583
This PR adds code to destroy all currently live table broadcasts after initialization to fix #9511. Our tests have the following behavior: ``` Append Append Execute a row-level operation ``` The cleanup logic for each of the appends may trigger invalidation in delete, potentially making all requests go to the underlying storage and skipping the cache. -- 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