raghavyadav01 commented on code in PR #17113:
URL: https://github.com/apache/pinot/pull/17113#discussion_r2478784967


##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/defaultcolumn/BaseDefaultColumnHandler.java:
##########
@@ -1227,8 +1257,7 @@ private ForwardIndexCreator 
getForwardIndexCreator(FieldSpec fieldSpec, ColumnIn
     if (forwardIndexConfig == null) {
       forwardIndexConfig = new ForwardIndexConfig(false, null, null, null, 
null, null, null);
     }
-
-    return ForwardIndexCreatorFactory.createIndexCreator(indexCreationContext, 
forwardIndexConfig);
+    return StandardIndexes.forward().createIndexCreator(indexCreationContext, 
forwardIndexConfig);

Review Comment:
   We should use ForwardIndexCreatorFactory 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to