mneedham commented on a change in pull request #8337: URL: https://github.com/apache/pinot/pull/8337#discussion_r828959394
########## File path: pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-standalone/src/main/java/org/apache/pinot/plugin/ingestion/batch/standalone/SegmentGenerationJobRunner.java ########## @@ -238,7 +238,9 @@ private void submitSegmentGenTask(File localTempDir, URI inputFileURI, int seqId FileUtils.forceMkdir(localOutputTempDir); //copy input path to local - File localInputDataFile = new File(localInputTempDir, new File(inputFileURI.getPath()).getName()); + File localInputDataFile = createLocalInputDateFile(inputFileURI, localInputTempDir); + System.out.println("localInputDataFile = " + localInputDataFile); Review comment: Yeh sorry, have removed. -- 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. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org 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