You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ay...@apache.org on 2022/12/28 04:40:13 UTC

[hive] branch branch-3 updated (dbae659c3c8 -> cd313510506)

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

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


    from dbae659c3c8 HIVE-26878 : Ignore TestJdbcWithMiniLlapVectorArrow (#3884) (branch-3 backport by Aman Raj)
     add cd313510506 HIVE-26702: Backport HIVE-17317 (DBCP and HikariCP property configuration support) to 3.2.0. (#3815). (Chris Nauroth reviewed by Ayush Saxena)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   3 +-
 .../org/apache/hive/jdbc/TestRestrictedList.java   |   3 +-
 .../datasource/DataSourceProviderFactory.java      |   3 +-
 .../datasource/DbCPDataSourceProvider.java         | 115 +++++++++++++++++++++
 .../datasource/HikariCPDataSourceProvider.java     |   4 +-
 .../hadoop/hive/metastore/txn/TxnHandler.java      |  44 +++-----
 .../datasource/TestDataSourceProviderFactory.java  |  20 ++--
 7 files changed, 149 insertions(+), 43 deletions(-)
 create mode 100644 standalone-metastore/src/main/java/org/apache/hadoop/hive/metastore/datasource/DbCPDataSourceProvider.java