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/08/27 07:19:17 UTC

[hive] branch master updated (5c53f92 -> 920f373)

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 5c53f92  HIVE-25475: TestStatsReplicationScenarios.testForParallelBootstrapLoad is unstable (Haymant Mangla, reviewed by Mahesh Kumar Behera)
     add 920f373  HIVE-25407: Advance Write ID during ALTER TABLE (NOT SKEWED, SKEWED BY, SET SKEWED LOCATION, UNSET SERDEPROPERTIES) (Kishen Das via Peter Vary)

No new revisions were added by this update.

Summary of changes:
 .../serde/AlterTableUnsetSerdePropsAnalyzer.java    |  1 +
 .../serde/AlterTableUnsetSerdePropsDesc.java        |  2 +-
 .../storage/skewed/AlterTableNotSkewedDesc.java     |  2 +-
 .../skewed/AlterTableSetSkewedLocationAnalyzer.java |  1 +
 .../skewed/AlterTableSetSkewedLocationDesc.java     |  2 +-
 .../storage/skewed/AlterTableSkewedByAnalyzer.java  | 10 +++++++---
 .../storage/skewed/AlterTableSkewedByDesc.java      |  2 +-
 .../org/apache/hadoop/hive/ql/TestTxnCommands.java  | 21 +++++++++++++++++++--
 8 files changed, 32 insertions(+), 9 deletions(-)