You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/11/10 19:16:33 UTC

[jira] [Assigned] (DRILL-1656) Multiple wildcards(*) are not supported

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

Jacques Nadeau reassigned DRILL-1656:
-------------------------------------

    Assignee: Jacques Nadeau

> Multiple wildcards(*) are not supported
> ---------------------------------------
>
>                 Key: DRILL-1656
>                 URL: https://issues.apache.org/jira/browse/DRILL-1656
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Flow
>    Affects Versions: 0.6.0
>            Reporter: Hao Zhu
>            Assignee: Jacques Nadeau
>
> Drill can not query the directories using multiple wild cards.
> eg:
> {code}
> 0: jdbc:drill:> select * from `abc/201409*`;
> +------------+------------+
> |  columns   |    dir0    |
> +------------+------------+
> | ["4","4","4"] | 20140903   |
> | ["3","3","3"] | 20140902   |
> | ["2","2","2"] | 20140901   |
> | ["1","1","1"] | 20140901   |
> +------------+------------+
> 4 rows selected (0.213 seconds)
> 0: jdbc:drill:> select * from `ab*/201409*`;
> Query failed: Failure while parsing sql. Unsupported selection path: /mapr/demo.mapr.com/data/ab*/201409* [0006b50e-ef6b-475d-8488-2fc237d39517]
> Error: exception while executing query: Failure while trying to get next result batch. (state=,code=0)
> {code}



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