kishoreg commented on a change in pull request #5669: URL: https://github.com/apache/incubator-pinot/pull/5669#discussion_r451954273
########## File path: pinot-spi/src/main/java/org/apache/pinot/spi/filesystem/PinotFSFactory.java ########## @@ -60,19 +60,19 @@ public static void register(String scheme, String fsClassName, PinotConfiguratio } } - public static void init(PinotConfiguration fsConfig) { + public static void init(PinotConfiguration config) { Review comment: its called with fsFactoryConfig, renamed the variable. ---------------------------------------------------------------- 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. 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