JingsongLi commented on PR #8241: URL: https://github.com/apache/paimon/pull/8241#issuecomment-4709655437
Addressed the review comment about `file-operation.thread-num=0`: non-positive manifest read parallelism now falls back to the default executor instead of creating a zero-permit executor or passing queue size 0. Added regression coverage for expiration cleanup with `file-operation.thread-num=0` and for `ManifestReadThreadPool.getExecutorService(0)`. Verified with: `mvn -pl paimon-core -am -Pfast-build -DfailIfNoTests=false -Dtest=ExpireSnapshotsTest,FileDeletionTest,ManifestReadThreadPoolTest test` `git diff --check` -- 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]
