Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/1050#discussion_r152774820
--- 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 --
Please split into two tests.---
