You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sungwoo Park (Jira)" <ji...@apache.org> on 2022/10/25 07:39:00 UTC

[jira] [Created] (HIVE-26668) Upgrade ORC version to 1.6.11

Sungwoo Park created HIVE-26668:
-----------------------------------

             Summary: Upgrade ORC version to 1.6.11
                 Key: HIVE-26668
                 URL: https://issues.apache.org/jira/browse/HIVE-26668
             Project: Hive
          Issue Type: Bug
            Reporter: Sungwoo Park


With ORC 1.6.9, setting hive.exec.orc.default.compress to ZSTD can generate IllegalStateException (e.g., when loading ORC tables). This is fixed in ORC-965.
{code:java}
Caused by: java.lang.IllegalStateException: Overflow detected
  at io.airlift.compress.zstd.Util.checkState(Util.java:59)
  at io.airlift.compress.zstd.BitOutputStream.close(BitOutputStream.java:85){code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)