[
https://issues.apache.org/jira/browse/DRILL-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17453286#comment-17453286
]
ASF GitHub Bot commented on DRILL-8064:
---------------------------------------
dzamo merged pull request #2392:
URL: https://github.com/apache/drill/pull/2392
--
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]
> Cannot query text files with names that contain a backslash
> -----------------------------------------------------------
>
> Key: DRILL-8064
> URL: https://issues.apache.org/jira/browse/DRILL-8064
> Project: Apache Drill
> Issue Type: Bug
> Components: Storage - Other
> Affects Versions: 1.17.0, 1.18.0, 1.19.0
> Reporter: James Turton
> Assignee: James Turton
> Priority: Blocker
> Fix For: 1.20.0
>
>
> {code:java}
> select * from dfs.tmp.`test\\1.csvh`;{code}
> fails with
> {code:java}
> Error: EXECUTION_ERROR ERROR: Selection root of "file:/tmp/test\\1.csvh" is
> not a leading path of "file:/tmp/test\1.csvh"{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)