[HUDI-2151] Part1 Setting default parallelism to 200 for some of write configs (#3948)
This commit is contained in:
committed by
GitHub
parent
bc511edc85
commit
4f217fe718
@@ -111,7 +111,7 @@ public final class HoodieMetadataConfig extends HoodieConfig {
|
||||
|
||||
public static final ConfigProperty<Integer> FILE_LISTING_PARALLELISM_VALUE = ConfigProperty
|
||||
.key("hoodie.file.listing.parallelism")
|
||||
.defaultValue(1500)
|
||||
.defaultValue(200)
|
||||
.sinceVersion("0.7.0")
|
||||
.withDocumentation("Parallelism to use, when listing the table on lake storage.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user