daijyc commented on code in PR #4579: URL: https://github.com/apache/hive/pull/4579#discussion_r1297897613
########## ql/src/java/org/apache/hadoop/hive/ql/exec/OrcFileMergeOperator.java: ########## @@ -154,14 +161,6 @@ private void processKeyValuePairs(Object key, Object value) return; } - // next file in the path Review Comment: Are you using the same OrcReader for all the input files? Is that because all the orc files are homogeneous? -- 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-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org