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


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieIndexer.java:
##########
@@ -187,6 +187,7 @@ public int start(int retry) {
       if (PARTITION_NAME_RECORD_INDEX.equals(p)) {
         props.setProperty(RECORD_INDEX_ENABLE_PROP.key(), "true");
       }
+      // TODO: check if we need to set other indexes as well

Review Comment:
   Not needed, removed the todo.



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