hudi-bot opened a new issue, #15992: URL: https://github.com/apache/hudi/issues/15992
parallelism = Math.max(Math.min(partitionToAppendedFilesList.size(), recordsGenerationParams.getBloomIndexParallelism()), 1); will use partitions size as parallelism when init meta, it's to slow ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-6300 - Type: Improvement -- 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]
