You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "slfan1989 (via GitHub)" <gi...@apache.org> on 2023/02/01 03:44:30 UTC

[GitHub] [hudi] slfan1989 commented on pull request #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

slfan1989 commented on PR #7809:
URL: https://github.com/apache/hudi/pull/7809#issuecomment-1411419305

   @danny0405 @yihua  @@xushiyan Can you help review this pr? Thank you very much!
   
   This part of the code uses Java's Stream Api, and the author hopes to use thread pool to improve processing performance. For this part, we can use List parallelStream. It can make full use of the machine's CPU for parallel processing.
   Parallel streams make use of the fork-join framework.
   
   


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org