zhangyue19921010 commented on pull request #3432:
URL: https://github.com/apache/hudi/pull/3432#issuecomment-895328709


   hi @garyli1019 With the continuous development of hudi, there will be more 
and more uts and the size of a single job is limited, so sooner or later we 
need to split large jobs into multiple sub-jobs.
   
   The problem is how to split the job appropriately. My current strategy is 
based on the module as the split granularity, such as hudi-cli, although there 
are multiple independent sub-modules under this module.
   
   Although if the resource is too limited to support this parallel builds, we 
also can just mute the info logs for now. What do you think?
   
   
   


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


Reply via email to