jackjlli commented on a change in pull request #6819:
URL: https://github.com/apache/incubator-pinot/pull/6819#discussion_r616905467



##########
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:
       +1 on that. Since we have init() method, can we just initialize the 
plugin manager there?




-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to