You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2021/10/06 17:56:19 UTC

[GitHub] [hive] pgaref commented on a change in pull request #2639: HIVE-25521 - Fix concatenate file handling when files of different compressions are in same table/partition.

pgaref commented on a change in pull request #2639:
URL: https://github.com/apache/hive/pull/2639#discussion_r723547845



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcFileStripeMergeRecordReader.java
##########
@@ -80,7 +84,7 @@ public boolean next(OrcFileKeyWrapper key, OrcFileValueWrapper value) throws IOE
   }
 
   protected boolean nextStripe(OrcFileKeyWrapper keyWrapper, OrcFileValueWrapper valueWrapper)
-      throws IOException {
+        throws IOException {

Review comment:
       Unintended change? Lets remove it




-- 
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.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org