zhangyue19921010 commented on code in PR #13017:
URL: https://github.com/apache/hudi/pull/13017#discussion_r2011358148


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/OptionsInference.java:
##########
@@ -90,4 +95,16 @@ public static void setupClientId(Configuration conf) {
       }
     }
   }
+
+  public static void setupIndexConfigs(Configuration conf) {
+    HoodieIndex.BucketIndexEngineType engineType = 
OptionsResolver.getBucketEngineType(conf);
+    if (engineType.equals(HoodieIndex.BucketIndexEngineType.SIMPLE)

Review Comment:
   done. maybe it's better to set-up configs on start-up, instead of listing 
and reading hashing_config everywhere (too many dfs calls)



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