You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Krisztian Kasa (Jira)" <ji...@apache.org> on 2020/02/12 18:31:00 UTC

[jira] [Created] (ORC-598) Unable to read ORC file with struct and array.length > 1024

Krisztian Kasa created ORC-598:
----------------------------------

             Summary: 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.6.2, 1.5.1
            Reporter: Krisztian Kasa


*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)