Jackie-Jiang commented on a change in pull request #6819: URL: https://github.com/apache/incubator-pinot/pull/6819#discussion_r616899580
########## File path: pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark/src/main/java/org/apache/pinot/plugin/ingestion/batch/spark/SparkSegmentMetadataPushJobRunner.java ########## @@ -111,6 +112,7 @@ public void run() { @Override public void call(String segmentTarPath) throws Exception { + PluginManager.get().init(); Review comment: Should we init the plugin manager and also register PinotFS in `init()`? Seems the PinotFS is used in `run()`. Same for other runners -- 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