LinMingQiang commented on code in PR #8338:
URL: https://github.com/apache/hudi/pull/8338#discussion_r1551589870


##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java:
##########
@@ -1134,6 +1136,11 @@ public PropertyBuilder set(Map<String, Object> props) {
       return this;
     }
 
+    public PropertyBuilder setHoodieIndexConf(Properties hoodieIndexConf) {
+      this.hoodieIndexConf = hoodieIndexConf;
+      return this;

Review Comment:
   After the discussion results, I will modify it. Maybe we need to put the 
bucket-Index configuration into HoodieTableConfig.



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