lwz9103 commented on code in PR #8790:
URL: https://github.com/apache/incubator-gluten/pull/8790#discussion_r1963009461


##########
cpp-ch/CMakeLists.txt:
##########
@@ -40,7 +40,7 @@ if("${CH_SOURCE_DIR}" STREQUAL 
"${CMAKE_SOURCE_DIR}/ClickHouse")
       COMMAND git reset --hard ${CH_COMMIT}
       WORKING_DIRECTORY ${CH_SOURCE_DIR} COMMAND_ERROR_IS_FATAL ANY)
     execute_process(
-      COMMAND git submodule update --init --force --depth 1
+      COMMAND git submodule update --init --force --depth 1 --jobs 32

Review Comment:
   thanks, it can significantly reduce the time and disk space usage of the 
clone operation.



-- 
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]

Reply via email to