You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "benj (JIRA)" <ji...@apache.org> on 2019/01/25 15:09:00 UTC

[jira] [Created] (DRILL-7004) improve show files functionnality

benj created DRILL-7004:
---------------------------

             Summary: improve show files functionnality
                 Key: DRILL-7004
                 URL: https://issues.apache.org/jira/browse/DRILL-7004
             Project: Apache Drill
          Issue Type: Wish
          Components: Storage - Other
    Affects Versions: 1.15.0
            Reporter: benj


For instant, it's possible to show files/directories in a particular directory with the command
{code:java}
SHOW files FROM tmp.`mypath`;
{code}
It would be certainly very useful to improve this functionality with :
 * possibility to list recursively
 * possibility to use at least wildcard
{code:java}
SHOW files FROM tmp.`mypath/*/test/*/*a*`;
{code}

 * possibility to use the result like a table
{code:java}
SELECT p.* FROM (SHOW files FROM tmp.`mypath`) AS p WHERE ...
{code}

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)