You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by dk...@apache.org on 2021/09/16 15:07:05 UTC

[hive] branch master updated (3e861c5 -> 6589b54)

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

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


    from 3e861c5  HIVE-25526: Run create_table Q test from TestCliDriver (#2643) (Laszlo Vegh, reviewed by Laszlo Pinter)
     add 6589b54  HIVE-25516: ITestDbTxnManager is broken after HIVE-24120 (Denys Kuzmenko, reviewed by Peter Vary)

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  8 +++----
 .../hadoop/hive/ql/lockmgr/ITestDbTxnManager.java  | 26 +++++++++++---------
 .../hadoop/hive/metastore/DatabaseProduct.java     |  7 +++---
 .../dbinstall/rules/{Mysql.java => Mariadb.java}   | 28 ++++------------------
 .../hive/metastore/dbinstall/rules/Mssql.java      |  2 +-
 .../hive/metastore/dbinstall/rules/Mysql.java      |  4 ++--
 .../hive/metastore/dbinstall/rules/Postgres.java   |  2 +-
 .../hadoop/hive/metastore/utils/TestTxnDbUtil.java |  8 +++++++
 standalone-metastore/pom.xml                       |  8 +++----
 9 files changed, 43 insertions(+), 50 deletions(-)
 copy standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/{Mysql.java => Mariadb.java} (50%)