chenboat commented on code in PR #10815: URL: https://github.com/apache/pinot/pull/10815#discussion_r1320446464
########## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/LLCSegmentCompletionHandlers.java: ########## @@ -47,10 +47,10 @@ import org.apache.pinot.controller.api.access.Authenticate; import org.apache.pinot.controller.helix.core.realtime.SegmentCompletionManager; import org.apache.pinot.controller.helix.core.realtime.segment.CommittingSegmentDescriptor; -import org.apache.pinot.controller.util.SegmentCompletionUtils; import org.apache.pinot.core.auth.Actions; import org.apache.pinot.core.auth.Authorize; import org.apache.pinot.core.auth.TargetType; +import org.apache.pinot.core.data.manager.realtime.SegmentCompletionUtils; Review Comment: Can you check if this import is needed? No other change in this file. -- 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...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org