1
0

[HUDI-2151] Part1 Setting default parallelism to 200 for some of write configs (#3948)

This commit is contained in:
Sivabalan Narayanan
2021-11-12 07:29:37 -05:00
committed by GitHub
parent bc511edc85
commit 4f217fe718
2 changed files with 6 additions and 6 deletions

View File

@@ -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.");