Description
Repro
Attached orc file schema
java -jar orc-1.5.5/java/tools/target/orc-tools-1.5.5-uber.jar meta bigarray.orc log4j:WARN No appenders could be found for logger (org.apache.hadoop.util.Shell). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Processing data file bigarray.orc [length: 2337] Structure for bigarray.orc File Version: 0.12 with FUTURE Rows: 1 Compression: ZLIB Compression size: 262144 Type: struct<col1:array<decimal(5,1)>>
CREATE EXTERNAL TABLE t1(col1 array<decimal(6,1)>)
STORED AS orc
LOCATION '<location of containing folder of bigarray.orc>';
SELECT * FROM t1;
Error: java.io.IOException: java.lang.ArrayIndexOutOfBoundsException: 1024 (state=,code=0)
Attachments
Attachments
Issue Links
- is related to
-
ORC-672 Fix made in ORC-598 need to be extended to other readers like DecimalFromFloatTreeReader
- Closed
- links to