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

prasanthj pushed a change to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from ff598bc  HIVE-21872: Bucketed tables that load data from 
data/files/auto_sortmerge_join should be tagged as 'bucketing_version'='1' 
(Jesus Camacho Rodriguez, reviewed by Vineet Garg)
     new 096627c  HIVE-19568 : Active/Passive HS2 HA: Disallow direct 
connection to passive HS2 instance (Sergey Shelukhin, reviewed by Prasanth 
Jayachandran)
     new 36c29cb  HIVE-21825: Improve client error msg when Active/Passive HA 
is enabled (Richard Zhang reviewed by Prasanth Jayachandran)

The 2 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:
 .../org/apache/hive/jdbc/TestActivePassiveHA.java  | 64 ++++++++++++++++++++--
 .../hive/service/cli/session/TestQueryDisplay.java |  2 +-
 .../java/org/apache/hive/jdbc/miniHS2/MiniHS2.java |  4 ++
 .../org/apache/hive/service/cli/CLIService.java    | 11 ++--
 .../hive/service/cli/session/SessionManager.java   | 52 +++++++++++++++++-
 .../cli/thrift/EmbeddedThriftBinaryCLIService.java |  3 +-
 .../apache/hive/service/server/HiveServer2.java    | 37 +++++++------
 .../hive/service/auth/TestPlainSaslHelper.java     |  2 +-
 .../cli/TestCLIServiceConnectionLimits.java        |  2 +-
 .../hive/service/cli/TestCLIServiceRestore.java    |  2 +-
 .../cli/TestRetryingThriftCLIServiceClient.java    |  2 +-
 .../cli/session/TestPluggableHiveSessionImpl.java  |  4 +-
 .../cli/session/TestSessionGlobalInitFile.java     |  2 +-
 .../cli/session/TestSessionManagerMetrics.java     |  2 +-
 14 files changed, 151 insertions(+), 38 deletions(-)

Reply via email to