You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pv...@apache.org on 2021/11/29 08:15:26 UTC

[hive] branch master updated (63bb7b9 -> b5fafcd)

This is an automated email from the ASF dual-hosted git repository.

pvary pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from 63bb7b9  HIVE-25561: Killed task should not commit file. (#2674) (zhengchenyu reviewed by Zoltan Haindrich)
     add b5fafcd  HIVE-25736: Close ORC readers (Peter Vary reviewed by Panagiotis Garefalakis, Zhihua Deng and Marton Bod) (#2813)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hive/ql/TestAcidOnTez.java   |   9 +-
 .../hive/ql/txn/compactor/TestCompactor.java       |  14 +-
 .../hadoop/hive/ql/exec/OrcFileMergeOperator.java  |  12 +
 .../hadoop/hive/ql/hooks/PostExecOrcFileDump.java  |   6 +-
 .../hadoop/hive/ql/io/orc/FixAcidKeyIndex.java     | 151 +++++----
 .../hadoop/hive/ql/io/orc/OrcFileFormatProxy.java  |  12 +-
 .../hadoop/hive/ql/io/orc/OrcInputFormat.java      |  30 +-
 .../hadoop/hive/ql/io/orc/OrcRawRecordMerger.java  |   6 +-
 .../ql/io/orc/VectorizedOrcAcidRowBatchReader.java | 377 +++++++++++----------
 .../hive/ql/io/orc/VectorizedOrcInputFormat.java   |   5 +-
 .../hive/ql/io/orc/TestInputOutputFormat.java      |  26 +-
 .../hive/ql/io/orc/TestNewInputOutputFormat.java   |  12 +-
 .../apache/hadoop/hive/ql/io/orc/TestOrcFile.java  |  11 +
 .../hive/ql/io/orc/TestOrcRecordUpdater.java       |   4 +
 .../hadoop/hive/ql/io/orc/TestOrcSerDeStats.java   |   6 +
 .../ql/txn/compactor/CompactorTestUtilities.java   |  15 +-
 .../org/apache/hive/streaming/TestStreaming.java   |  23 +-
 17 files changed, 389 insertions(+), 330 deletions(-)