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

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


    from 714683f  HIVE-23499: REPL: Immutable repl dumps should be reusable 
across mult… (#1092)
     new 242487c  HIVE-23677: RetryTest is unstable (Aasha Medhi reviewed by 
David Mollitor)
     new 8fac12e  HIVE-23687: Fix Spotbugs issues in 
hive-standalone-metastore-common (Mustafa Iman via Zoltan Haindrich)
     new 1e11e35  HIVE-23678: Don't enforce ASF license headers on target files 
(Karen Coppage reviewed by Panagiotis Garefalakis, Zoltan Haindrich)
     new 2a38a43  HIVE-23633: Metastore some JDO query objects do not close 
properly (Zhihua Deng via Zoltan Haindrich)
     new 130f804  disable flaky tests

The 5 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:
 Jenkinsfile                                        |  3 +-
 .../metrics/metrics2/TestCodahaleMetrics.java      |  1 +
 .../TestRemoteHiveMetaStoreDualAuthKerb.java       |  2 +-
 .../hadoop/hive/kafka/HiveKafkaProducerTest.java   |  1 +
 pom.xml                                            |  1 +
 .../clientnegative/external_jdbc_negative.q        |  1 +
 .../queries/clientpositive/druidkafkamini_basic.q  |  2 +
 .../queries/clientpositive/schq_materialized.q     |  1 +
 standalone-metastore/metastore-common/pom.xml      |  4 +-
 .../apache/hadoop/hive/metastore/ColumnType.java   | 19 +++---
 .../hadoop/hive/metastore/HiveMetaStoreClient.java | 16 ++---
 ...taStoreAnonymousAuthenticationProviderImpl.java |  2 +-
 .../MetaStoreConfigAuthenticationProviderImpl.java |  2 +-
 .../MetaStoreCustomAuthenticationProviderImpl.java |  4 +-
 .../MetaStoreLdapAuthenticationProviderImpl.java   |  6 +-
 .../MetaStorePasswdAuthenticationProvider.java     |  2 +-
 .../hive/metastore/MetaStorePlainSaslHelper.java   |  2 +-
 .../hadoop/hive/metastore/ReplChangeManager.java   |  3 +-
 .../apache/hadoop/hive/metastore/Warehouse.java    | 10 +--
 .../hadoop/hive/metastore/conf/MetastoreConf.java  | 79 +++++++++++-----------
 .../partition/spec/PartitionSpecProxy.java         |  3 +-
 .../metastore/security/HadoopThriftAuthBridge.java |  7 +-
 .../security/HadoopThriftAuthBridge23.java         |  4 +-
 .../hadoop/hive/metastore/utils/FileUtils.java     |  2 +-
 .../hadoop/hive/metastore/utils/HdfsUtils.java     |  5 +-
 .../hive/metastore/utils/MetaStoreUtils.java       | 27 ++++----
 .../apache/hadoop/hive/metastore/utils/Retry.java  |  2 +-
 .../hadoop/hive/metastore/utils/RetryTest.java     |  4 +-
 .../hadoop/hive/metastore/MetaStoreDirectSql.java  | 30 +++++---
 .../apache/hadoop/hive/metastore/ObjectStore.java  | 38 +++++++----
 ...estMetaStoreLdapAuthenticationProviderImpl.java | 28 ++++----
 .../TestRemoteHiveMetaStoreCustomAuth.java         |  2 +-
 .../hive/metastore/conf/TestMetastoreConf.java     |  4 +-
 .../metastore/ldap/LdapAuthenticationTestCase.java |  4 +-
 standalone-metastore/pom.xml                       | 52 ++++++++++++++
 standalone-metastore/spotbugs/spotbugs-exclude.xml |  6 ++
 36 files changed, 237 insertions(+), 142 deletions(-)

Reply via email to