[ 
https://issues.apache.org/jira/browse/DRILL-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adam Gilmore updated DRILL-2532:
--------------------------------
    Attachment: DRILL-2532.1.patch.txt

> Glob not always fired for DFS storage engine
> --------------------------------------------
>
>                 Key: DRILL-2532
>                 URL: https://issues.apache.org/jira/browse/DRILL-2532
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Other
>    Affects Versions: 0.7.0, 0.8.0
>            Reporter: Adam Gilmore
>            Assignee: Jacques Nadeau
>         Attachments: DRILL-2532.1.patch.txt
>
>
> Currently, globbing doesn't always fire for table names when the name doesn't 
> include a * or ? character.
> This means, for example:
> {code}
> select * from dfs.tmp.`mytable/{1,2,3}`
> {code}
> does not fire the globbing (even though it is valid glob syntax for Hadoop).
> The culprit is in FileSelection that explicitly checks for * or ? before 
> performing the globbing.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to