Guosmilesmile opened a new pull request, #13728: URL: https://github.com/apache/iceberg/pull/13728
In https://github.com/apache/iceberg/pull/11073 we have changed the `newWorkerPool` method in Flink to `newFixedThreadPool` and marked `newWorkerPool` as a deprecated method. During this process, we found that `DynamicCommitter` still uses `newWorkerPool`. The main purpose of this PR is to update it to use the correct method. -- 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]
