dvjyothsna commented on a change in pull request #1723: DRILL-7063: Seperate metadata cache file into summary, file metadata URL: https://github.com/apache/drill/pull/1723#discussion_r272822974
########## File path: exec/java-exec/src/test/java/org/apache/drill/PlanTestBase.java ########## @@ -17,6 +17,7 @@ */ package org.apache.drill; +import java.nio.file.Paths; Review comment: Looks like we can't use Hadoop library path here and moreover this test imports java.nio.file.Files and there are a lot of tests that import java.nio.file.Paths. ---------------------------------------------------------------- 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
