KnightChess created HUDI-6300:
---------------------------------
Summary: init MDT file size parallelism not work
Key: HUDI-6300
URL: https://issues.apache.org/jira/browse/HUDI-6300
Project: Apache Hudi
Issue Type: Improvement
Components: metadata
Reporter: KnightChess
Assignee: KnightChess
parallelism = Math.max(Math.min(partitionToAppendedFilesList.size(),
recordsGenerationParams.getBloomIndexParallelism()), 1);
will use partitions size as parallelism when init meta, it's to slow
--
This message was sent by Atlassian Jira
(v8.20.10#820010)