You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by za...@apache.org on 2021/10/19 15:45:48 UTC

[hive] branch master updated (1319131 -> d521f14)

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

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


    from 1319131  HIVE-25622: Change storage handler authz URI API to use the HMS table object (Marton Bod, reviewed by Peter Vary)
     add d521f14  HIVE-25618: Stack trace is difficult to find when qtest fails during setup/teardown (Stamatis Zampetakis, reviewed by Alessandro Solimando, Zoltan Haindrich)

No new revisions were added by this update.

Summary of changes:
 .../control/AbstractCoreBlobstoreCliDriver.java    |  83 +++++----------
 .../apache/hadoop/hive/cli/control/CliAdapter.java |   4 +-
 .../hive/cli/control/CoreAccumuloCliDriver.java    |  42 ++------
 .../hadoop/hive/cli/control/CoreCliDriver.java     | 117 ++++++++-------------
 .../hive/cli/control/CoreCompareCliDriver.java     |  64 +++--------
 .../hive/cli/control/CoreHBaseCliDriver.java       |  48 ++-------
 .../cli/control/CoreHBaseNegativeCliDriver.java    |  47 ++-------
 .../hadoop/hive/cli/control/CoreKuduCliDriver.java |  60 ++++-------
 .../cli/control/CoreKuduNegativeCliDriver.java     |  60 ++++-------
 .../hive/cli/control/CoreNegativeCliDriver.java    |  37 ++-----
 .../hadoop/hive/cli/control/CorePerfCliDriver.java |  29 ++---
 .../hadoop/hive/ql/parse/CoreParseNegative.java    |  45 +++-----
 12 files changed, 182 insertions(+), 454 deletions(-)