You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Andrew (JIRA)" <ji...@apache.org> on 2015/10/02 01:31:26 UTC

[jira] [Resolved] (DRILL-3565) Add support for Avro UNION type

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

Andrew resolved DRILL-3565.
---------------------------
    Resolution: Fixed

> Add support for Avro UNION type
> -------------------------------
>
>                 Key: DRILL-3565
>                 URL: https://issues.apache.org/jira/browse/DRILL-3565
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Storage - Other
>    Affects Versions: 1.1.0, 1.2.0
>            Reporter: Abhishek Girish
>             Fix For: Future
>
>         Attachments: divolte.avro, drillbit.log.txt
>
>
> Running a simple select * from an avro file fails. 
> {code:sql}
> > select count(*) from `divolte.avro`;
> Error: SYSTEM ERROR: UnsupportedOperationException: Unimplemented type: UNION
> Fragment 0:0
> [Error Id: c7c1ed87-cd85-4146-844d-4addc227128b on abhi1:31010] (state=,code=0)
> {code}
> Plan:
> {code}
> 00-00    Screen
> 00-01      Project(*=[$0])
> 00-02        Scan(groupscan=[EasyGroupScan [selectionRoot=maprfs:/tmp/divolte.avro, numFiles=1, columns=[`*`], files=[maprfs:///tmp/divolte.avro]]])
>  {code}
> Log & data file attached. 



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