chenboat commented on code in PR #9710: URL: https://github.com/apache/pinot/pull/9710#discussion_r1014527773
########## pinot-common/src/main/java/org/apache/pinot/common/utils/fetcher/SegmentFetcherFactory.java: ########## @@ -20,16 +20,16 @@ import java.io.File; import java.net.URI; -import java.util.Collections; -import java.util.HashMap; -import java.util.List; -import java.util.Map; +import java.util.*; Review Comment: Please revert this. It is probably due to your IDE setting. -- 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