You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by sz...@apache.org on 2021/04/13 10:52:18 UTC

[hive] branch master updated (dab693f -> e32da3a)

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

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


    from dab693f  HIVE-24769: Included owner information included in Table object in HiveMetaStoreClient#getTables()
     add e32da3a  HIVE-24981: Add control file option to HiveStrictManagedMigration for DB/table selection (Adam Szita, reviewed by Peter Vary)

No new revisions were added by this update.

Summary of changes:
 ql/pom.xml                                         |   5 +
 .../hive/ql/util/HiveStrictManagedMigration.java   | 101 +++++++++++++++++++--
 .../HiveStrictManagedMigrationControlConfig.java   |  49 ++++++++++
 .../ql/util/TestHiveStrictManagedMigration.java    |  57 ++++++++++++
 ql/src/test/resources/hsmm/hsmm_cfg_01.yaml        |   9 ++
 ql/src/test/resources/hsmm/hsmm_cfg_02.yaml        |   5 +
 6 files changed, 216 insertions(+), 10 deletions(-)
 create mode 100644 ql/src/java/org/apache/hadoop/hive/ql/util/HiveStrictManagedMigrationControlConfig.java
 create mode 100644 ql/src/test/resources/hsmm/hsmm_cfg_01.yaml
 create mode 100644 ql/src/test/resources/hsmm/hsmm_cfg_02.yaml