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 2020/07/11 04:13:52 UTC

[hive] branch master updated (65cf695 -> 189d228)

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 65cf695  HIVE-23638: Spotbugs issues in hive-common (#1161) (Panagiotis Garefalakis reviewed by Zoltan Haindrich)
     add 189d228  HIVE-23825: Create a flag to turn off _orc_acid_version file creation (Peter Vary reviewed by Karen Coppage)

No new revisions were added by this update.

Summary of changes:
 .../src/java/org/apache/hadoop/hive/conf/HiveConf.java   |  2 ++
 .../org/apache/hadoop/hive/ql/io/AcidOutputFormat.java   | 11 +++++++++++
 .../apache/hadoop/hive/ql/io/orc/OrcRecordUpdater.java   | 16 ++++++++++------
 ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java |  8 ++++++--
 .../apache/hadoop/hive/ql/txn/compactor/CompactorMR.java |  9 +++++++--
 .../test/org/apache/hadoop/hive/ql/TestTxnCommands.java  | 11 +++++++++++
 6 files changed, 47 insertions(+), 10 deletions(-)