You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Victoria Markman (JIRA)" <ji...@apache.org> on 2015/04/29 02:48:06 UTC

[jira] [Commented] (DRILL-2016) Remove "multiset" data type from supported grammar

    [ https://issues.apache.org/jira/browse/DRILL-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14518470#comment-14518470 ] 

Victoria Markman commented on DRILL-2016:
-----------------------------------------

With drill 0.9.0  (git.commit.id.abbrev=57a96d2) I still get unexpected exception:

{code}
0: jdbc:drill:schema=dfs> select cast(a1 as multiset) from `j1.csv`;
Query failed: SYSTEM ERROR: Unexpected exception during fragment initialization: use createMultisetType() instead
[467eb6c0-918b-4377-95f2-f571d747a892 on atsqa4-134.qa.lab:31010]
Error: exception while executing query: Failure while executing query. (state=,code=0)
{code}

> Remove "multiset" data type from supported grammar
> --------------------------------------------------
>
>                 Key: DRILL-2016
>                 URL: https://issues.apache.org/jira/browse/DRILL-2016
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Query Planning & Optimization
>    Affects Versions: 0.8.0
>            Reporter: Victoria Markman
>            Assignee: Sean Hsuan-Yi Chu
>              Labels: error_message_must_fix
>
> Should throw "unsupported error"
> {code}
> 0: jdbc:drill:schema=dfs> select cast(a1 as multiset) from `t1.json`;
> Query failed: Query failed: Unexpected exception during fragment initialization: use createMultisetType() instead
> Error: exception while executing query: Failure while executing query. (state=,code=0)
> {code}



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