[ 
https://issues.apache.org/jira/browse/HIVE-26809?focusedWorklogId=854973&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-854973
 ]

ASF GitHub Bot logged work on HIVE-26809:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Apr/23 09:01
            Start Date: 05/Apr/23 09:01
    Worklog Time Spent: 10m 
      Work Description: zratkai commented on code in PR #4121:
URL: https://github.com/apache/hive/pull/4121#discussion_r1158234492


##########
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:
   I agree it looks weird. The reason is this:
   ORC-1357: Handle missing compression block size (#1385)
   https://issues.apache.org/jira/browse/ORC-1357





Issue Time Tracking
-------------------

    Worklog Id:     (was: 854973)
    Time Spent: 11h 50m  (was: 11h 40m)

> 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 50m
>  Remaining Estimate: 0h
>




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

Reply via email to