[
https://issues.apache.org/jira/browse/HIVE-26809?focusedWorklogId=854958&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-854958
]
ASF GitHub Bot logged work on HIVE-26809:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Apr/23 08:09
Start Date: 05/Apr/23 08:09
Worklog Time Spent: 10m
Work Description: abstractdog commented on code in PR #4121:
URL: https://github.com/apache/hive/pull/4121#discussion_r1158169932
##########
ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestOrcFile.java:
##########
@@ -1234,7 +1234,7 @@ public void emptyFile() throws Exception {
assertEquals(false, reader.rows().hasNext());
assertEquals(CompressionKind.NONE, reader.getCompression());
assertEquals(0, reader.getNumberOfRows());
- assertEquals(0, reader.getCompressionSize());
+ assertEquals(262144, reader.getCompressionSize());
Review Comment:
this looks a bit weird...I mean any non-zero to non-zero change is okay as
file size changes, but 0 -> 262144 is strange, do we know the root cause? was
the assertion of =0 made intentionally?
Issue Time Tracking
-------------------
Worklog Id: (was: 854958)
Time Spent: 11h 40m (was: 11.5h)
> Upgrade ORC to 1.8.3
> --------------------
>
> Key: HIVE-26809
> URL: https://issues.apache.org/jira/browse/HIVE-26809
> Project: Hive
> Issue Type: Improvement
> Affects Versions: 4.0.0
> Reporter: Dmitriy Fingerman
> Assignee: Zoltán Rátkai
> Priority: Major
> Labels: pull-request-available
> Time Spent: 11h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)