rbalamohan commented on PR #6432: URL: https://github.com/apache/iceberg/pull/6432#issuecomment-1375173330
Changes: 1. "Delete threadpool" is managed in "ThreadPools" class. This is very similar to worker thread pool. Controlled by "iceberg.delete-pos.worker.num-threads" system property. Again this is very similar to worker threadpool. 2. When delete files are > 1 & delete threadpool is available, "Deletes::toPositionIndex" makes use of parallelIterable. 3. Testcase explicitly sets threadpool for test purposes alone. It does not interfere with ThreadPools. -- 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