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

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


    from 12712d5  HIVE-21959: Clean up Concatenate and Msck DDL commands 
(Miklos Gergely, reviewed by Zoltan Haindrich)
     new b4a688b  HIVE-21938: Add database and table filter options to 
PreUpgradeTool (Krisztian Kasa via Zoltan Haindrich)
     new fb322b1  HIVE-21967: Clean up CreateTableLikeOperation (Miklos Gergely 
via Zoltan Haindrich)
     new cd3d71b  HIVE-21547: Temp Tables: Use stORC format for temporary 
tables (Krisztian Kasa via Gopal V)
     new 33d2995  HIVE-21933: Remove unused methods from Utilities (Ivan Suller 
via Laszlo Bodor)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../table/creation/CreateTableLikeOperation.java   | 137 +++++++---------
 .../org/apache/hadoop/hive/ql/exec/Utilities.java  | 155 +-----------------
 .../apache/hadoop/hive/ql/io/AcidOutputFormat.java |  11 ++
 .../hadoop/hive/ql/io/HiveFileFormatUtils.java     |   3 +-
 .../hadoop/hive/ql/io/orc/OrcRecordUpdater.java    |   4 +-
 .../apache/hadoop/hive/ql/exec/TestUtilities.java  |   9 +-
 .../hadoop/hive/upgrade/acid/PreUpgradeTool.java   | 104 +++++++-----
 .../hadoop/hive/upgrade/acid/RunOptions.java       |  83 ++++++++++
 .../hive/upgrade/acid/TestPreUpgradeTool.java      | 181 +++++++++++++++++----
 9 files changed, 391 insertions(+), 296 deletions(-)
 create mode 100644 
upgrade-acid/pre-upgrade/src/main/java/org/apache/hadoop/hive/upgrade/acid/RunOptions.java

Reply via email to