zhangyue19921010 edited a comment 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-spark-datasource 
although there are multiple independent sub-modules under this module and avoid 
to create too many travis job at once. :)
   
   Although if the resource is too limited to support this parallel builds, we 
also can just mute the info logs for now.  :)
   
   
   


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