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

Krisztian Kasa updated ORC-598:
-------------------------------
    Attachment: 6rows_151v.orc

> Unable to read ORC file with struct and array.length > 1024
> -----------------------------------------------------------
>
>                 Key: ORC-598
>                 URL: https://issues.apache.org/jira/browse/ORC-598
>             Project: ORC
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: 1.5.1, 1.6.2
>            Reporter: Krisztian Kasa
>            Priority: Major
>
> *Repro*
> {code}
> set hive.vectorized.execution.enabled=false;
> CREATE EXTERNAL TABLE t1(
> `insurance_application` 
> struct<`floor`:array<struct<`room`:array<struct<`attribute`:array<struct<`timevalue`:timestamp,integervalue:int,booleanvalue:boolean,datevalue:date,decimalvalue:decimal(20,10),stringvalue:string,businessval:string,displayval:string>>>>>>>)
> stored as orc location '<location of attached orc file>';
> select * from t1;
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to