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(-)

Reply via email to