You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Steven Phillips (JIRA)" <ji...@apache.org> on 2015/04/28 22:28:07 UTC

[jira] [Updated] (DRILL-2532) Glob not always fired for DFS storage engine

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

Steven Phillips updated DRILL-2532:
-----------------------------------
    Fix Version/s: 1.0.0

> 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: Steven Phillips
>             Fix For: 1.0.0
>
>         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)