mayankshriv commented on a change in pull request #4963: Package rename pinot-plugin modules (part of #4941). URL: https://github.com/apache/incubator-pinot/pull/4963#discussion_r363863193
########## File path: pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/src/main/java/org/apache/pinot/hadoop/job/HadoopSegmentPreprocessingJob.java ########## @@ -60,9 +60,9 @@ import org.apache.pinot.hadoop.job.partitioners.GenericPartitioner; import org.apache.pinot.hadoop.job.reducers.SegmentPreprocessingReducer; import org.apache.pinot.hadoop.utils.PinotHadoopJobPreparationHelper; -import org.apache.pinot.ingestion.common.ControllerRestApi; -import org.apache.pinot.ingestion.common.JobConfigConstants; -import org.apache.pinot.ingestion.jobs.SegmentPreprocessingJob; +import org.apache.pinot.plugin.ingestion.batch.common.ControllerRestApi; Review comment: Ok, I have reverted the package renaming for all of pinot-batch-ingestion. ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
