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


##########
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:
   Yeah I'm slightly biased towards INDEXING/INDEXER instead of INDEX. Let me 
take that it in a seprate PR. It will touch more files. 
[HUDI-7025](https://issues.apache.org/jira/browse/HUDI-7025) to track



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