Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-2532

Glob not always fired for DFS storage engine

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.7.0, 0.8.0
    • 1.0.0
    • Storage - Other
    • None

    Description

      Currently, globbing doesn't always fire for table names when the name doesn't include a * or ? character.

      This means, for example:

      select * from dfs.tmp.`mytable/{1,2,3}`
      

      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.

      Attachments

        1. DRILL-2532.1.patch.txt
          6 kB
          Adam Gilmore

        Activity

          People

            sphillips Steven Phillips
            dragoncurve Adam Gilmore
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: