jackjlli commented on a change in pull request #4431: Misc fix for controller tests URL: https://github.com/apache/incubator-pinot/pull/4431#discussion_r303167513
########## File path: pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/BaseClusterIntegrationTest.java ########## @@ -71,7 +71,6 @@ protected final File _tempDir = new File(FileUtils.getTempDirectory(), getClass().getSimpleName()); protected final File _avroDir = new File(_tempDir, "avroDir"); - protected final File _preprocessingDir = new File(_tempDir, "preprocessingDir"); Review comment: Hmm.. I remember we had a Hadoop integration test that tests the SegmentPreprocessing Job which uses this param `_preprocessingDir ` but couldn't find it in the code though. ---------------------------------------------------------------- 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]
