[ https://issues.apache.org/jira/browse/HIVE-26668?focusedWorklogId=822501&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-822501 ]
ASF GitHub Bot logged work on HIVE-26668: ----------------------------------------- Author: ASF GitHub Bot Created on: 02/Nov/22 00:43 Start Date: 02/Nov/22 00:43 Worklog Time Spent: 10m Work Description: glapark commented on PR #3701: URL: https://github.com/apache/hive/pull/3701#issuecomment-1299400211 > I'm getting a few failures in `TestMiniLlapLocalCliDriver` without the patch, so it's unclear to me if the failure on Jenkins indicates a real problem. > > I also reviewed ORC's changelog between 1.6.9 and 1.6.11. I didn't note anything concerning from an upgrade or compatibility perspective. > > I also noticed that the latest available release in the 1.6 line is actually 1.6.14. Maybe we should consider upgrading to that one. @glapark , what do you think? I think upgrading to 1.6.14 is fine. I tested 1.6.11 because this is the version that fixes the Zstd problem. Issue Time Tracking ------------------- Worklog Id: (was: 822501) Time Spent: 40m (was: 0.5h) > 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 > Assignee: Sungwoo Park > Priority: Major > Labels: pull-request-available > Time Spent: 40m > Remaining Estimate: 0h > > 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)