[ https://issues.apache.org/jira/browse/HIVE-24316?focusedWorklogId=510648&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-510648 ]
ASF GitHub Bot logged work on HIVE-24316: ----------------------------------------- Author: ASF GitHub Bot Created on: 12/Nov/20 07:48 Start Date: 12/Nov/20 07:48 Worklog Time Spent: 10m Work Description: mr3project removed a comment on pull request #1616: URL: https://github.com/apache/hive/pull/1616#issuecomment-725902463 Hello, This commit seems to fail four existing test cases in org.apache.hadoop.hive.ql.io.orc.TestOrcFile: [ERROR] Failures: [ERROR] TestOrcFile.testMemoryManagementV11:1992 stripe 1 is too long at 18454 [ERROR] TestOrcFile.testMemoryManagementV11:1992 stripe 1 is too long at 18454 [ERROR] TestOrcFile.testMemoryManagementV12:2029 stripe 1 is too long at 9626 [ERROR] TestOrcFile.testMemoryManagementV12:2029 stripe 1 is too long at 9626 [INFO] [ERROR] Tests run: 44, Failures: 4, Errors: 0, Skipped: 0 In my own manual testing, the four tests succeed with HIVE-24331 (the last commit just before HIVE-24316 in branch-3.1), so there is a good chance that upgrading ORC to 1.5.8 introduces these errors. The error is generated from the following assertTrue(), so replacing the constant 5000 with 2000 would fix the errors. for(StripeInformation stripe: reader.getStripes()) { i += 1; assertTrue("stripe " + i + " is too long at " + stripe.getDataLength(), stripe.getDataLength() < 5000); } Could someone test the latest commit in branch-3.1 to see if the same errors can be reproduced? --- Sungwoo ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 510648) Time Spent: 3h 50m (was: 3h 40m) > Upgrade ORC from 1.5.6 to 1.5.8 in branch-3.1 > --------------------------------------------- > > Key: HIVE-24316 > URL: https://issues.apache.org/jira/browse/HIVE-24316 > Project: Hive > Issue Type: Bug > Components: ORC > Affects Versions: 3.1.3 > Reporter: Dongjoon Hyun > Assignee: Dongjoon Hyun > Priority: Major > Labels: pull-request-available > Fix For: 3.1.3 > > Time Spent: 3h 50m > Remaining Estimate: 0h > > This will bring eleven bug fixes. > * ORC 1.5.7: [https://issues.apache.org/jira/projects/ORC/versions/12345702] > * ORC 1.5.8: [https://issues.apache.org/jira/projects/ORC/versions/12346462] -- This message was sent by Atlassian Jira (v8.3.4#803005)