You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Adam Gilmore (JIRA)" <ji...@apache.org> on 2015/03/24 03:13:53 UTC

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

Adam Gilmore created DRILL-2532:
-----------------------------------

             Summary: 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


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)