yihua commented on code in PR #9872:
URL: https://github.com/apache/hudi/pull/9872#discussion_r1380966712


##########
hudi-common/src/main/java/org/apache/hudi/common/config/ConfigGroups.java:
##########
@@ -40,7 +40,8 @@ public enum Names {
     RECORD_PAYLOAD("Record Payload Config"),
     KAFKA_CONNECT("Kafka Connect Configs"),
     AWS("Amazon Web Services Configs"),
-    HUDI_STREAMER("Hudi Streamer Configs");
+    HUDI_STREAMER("Hudi Streamer Configs"),
+    INDEXING("Indexing Configs");

Review Comment:
   In that case, let's remove the subgroup of `INDEX` or rename it sth 
different in the follow-up.



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to