Github user parthchandra commented on a diff in the pull request: https://github.com/apache/drill/pull/1050#discussion_r153318818 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/dfs/TestFileSelection.java --- @@ -59,4 +61,53 @@ public void testEmptyFolderThrowsTableNotFound() throws Exception { throw ex; } } + + @Test + public void testBackPath() throws Exception { --- End diff -- Done
---