Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-9471

Bad seek in uncompressed ORC, at row-group boundary.

    XMLWordPrintableJSON

Details

    Description

      Under at least one specific condition, using index-filters in ORC causes a bad seek into the ORC row-group.

      stacktrace
      java.io.IOException: java.lang.IllegalArgumentException: Seek in Stream for column 2 kind DATA to 0 is outside of the data
      	at org.apache.hadoop.hive.ql.exec.FetchOperator.getNextRow(FetchOperator.java:507)
      	at org.apache.hadoop.hive.ql.exec.FetchOperator.pushRow(FetchOperator.java:414)
      	at org.apache.hadoop.hive.ql.exec.FetchTask.fetch(FetchTask.java:138)
      	at org.apache.hadoop.hive.ql.Driver.getResults(Driver.java:1655)
      	at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:227)
      	at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:159)
      	at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:370)
      	at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:305)
      ...
      Caused by: java.lang.IllegalArgumentException: Seek in Stream for column 2 kind DATA to 0 is outside of the data
      	at org.apache.hadoop.hive.ql.io.orc.InStream$UncompressedStream.seek(InStream.java:112)
      	at org.apache.hadoop.hive.ql.io.orc.InStream$UncompressedStream.seek(InStream.java:96)
      	at org.apache.hadoop.hive.ql.io.orc.RunLengthIntegerReaderV2.seek(RunLengthIntegerReaderV2.java:310)
      	at org.apache.hadoop.hive.ql.io.orc.RecordReaderImpl$StringDictionaryTreeReader.seek(RecordReaderImpl.java:1596)
      	at org.apache.hadoop.hive.ql.io.orc.RecordReaderImpl$StringTreeReader.seek(RecordReaderImpl.java:1337)
      	at org.apache.hadoop.hive.ql.io.orc.RecordReaderImpl$StructTreeReader.seek(RecordReaderImpl.java:1852)
      

      I'll attach the script to reproduce the problem herewith.

      Attachments

        1. orc_bad_seek_setup.hive
          0.5 kB
          Mithun Radhakrishnan
        2. orc_bad_seek_failure_case.hive
          0.2 kB
          Mithun Radhakrishnan
        3. data.txt
          12 kB
          Mithun Radhakrishnan
        4. HIVE-9471.2.patch
          8 kB
          Mithun Radhakrishnan
        5. HIVE-9471.3.patch
          13 kB
          Mithun Radhakrishnan

        Issue Links

          Activity

            People

              mithun Mithun Radhakrishnan
              mithun Mithun Radhakrishnan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: