Jackie-Jiang commented on a change in pull request #6819: URL: https://github.com/apache/incubator-pinot/pull/6819#discussion_r616924979
########## 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: In that case, do we need to also init the plugin manager for the driver? -- 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