Uploaded image for project: 'ORC'
  1. ORC
  2. ORC-598

Unable to read ORC file with struct and array.length > 1024

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.5.1, 1.6.2
    • 1.6.6, 1.7.0, 1.5.13
    • Java
    • None

    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

        1. bigarray.orc
          2 kB
          Krisztian Kasa

        Issue Links

          Activity

            People

              kkasa Krisztian Kasa
              kkasa Krisztian Kasa
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m