RussellSpitzer commented on code in PR #6378: URL: https://github.com/apache/iceberg/pull/6378#discussion_r1063796530
########## core/src/main/java/org/apache/iceberg/actions/RewriteDataFilesCommitManager.java: ########## @@ -222,28 +222,42 @@ public List<RewriteFileGroup> results() { public void close() { Preconditions.checkState( running.compareAndSet(true, false), "Cannot close already closed RewriteService"); - LOG.info("Closing commit service for {}", table); + LOG.info("Closing commit service for {} waiting for all commits to finish", table); committerService.shutdown(); + boolean timeout = false; try { // All rewrites have completed and all new files have been created, we are now waiting for // the commit - // pool to finish doing it's commits to Iceberg State. In the case of partial progress this + // pool to finish doing its commits to Iceberg State. In the case of partial progress this Review Comment: i just wanted to fix that apostrophe :) -- 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