dzamo opened a new pull request #2392: URL: https://github.com/apache/drill/pull/2392
# [DRILL-8064](https://issues.apache.org/jira/browse/DRILL-8064): Cannot query text files with names that contain a backslash ## Description Unescapes the root path set by FileSelection so that it is processed in a way that is consistent with the glob processor used to collect a list of files for querying. This fixes a bug preventing queries like ``select * from dfs.tmp.`test\\1.csv` `` from running. ## Documentation None. ## Testing New unit test: TestGlob#testGlobEscapeCharRootTextFile. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
