codope commented on a change in pull request #4848:
URL: https://github.com/apache/hudi/pull/4848#discussion_r816953368



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieMetadataConfig.java
##########
@@ -169,6 +169,12 @@
           + "store the column ranges and will be used for pruning files during 
the index lookups. "
           + "Only applies if " + ENABLE_METADATA_INDEX_COLUMN_STATS.key() + " 
is enabled.");
 
+  public static final ConfigProperty<Integer> COLUMN_STATS_INDEX_PARALLELISM = 
ConfigProperty

Review comment:
       This is the latter case. I think it's better to have separate config for 
each type of partition because indexing compute characteristics are different.




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