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 7e2af57fccc HIVE-26425: Skip SSL cert verification for downloading 
JWKS in HS2 (#3473)
     new a0c500ba668 HIVE-26350: IndexOutOfBoundsException when generating 
splits for external JDBC table with partition column (Stamatis Zampetakis 
reviewed by Krisztian Kasa, Aman Sinha)
     new e0f2d287c56 HIVE-26440: Duplicate hive-standalone-metastore-server 
dependency in QFile module (Stamatis Zampetakis reviewed by Ayush Saxena)

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:
 itests/qtest/pom.xml                               |  6 --
 .../apache/hive/storage/jdbc/JdbcInputFormat.java  |  4 +-
 .../hive/storage/jdbc/dao/DatabaseAccessor.java    | 19 ++++++
 .../jdbc/dao/GenericJdbcDatabaseAccessor.java      | 76 +++++++++++++++++++---
 .../hive/storage/jdbc/TestJdbcInputFormat.java     | 25 +++++--
 .../jdbc/dao/TestGenericJdbcDatabaseAccessor.java  | 58 +++++++++++++++++
 jdbc-handler/src/test/resources/test_script.sql    | 35 +++++++++-
 .../jdbc_partition_table_pruned_pcolumn.q          | 23 +++++++
 .../llap/jdbc_partition_table_pruned_pcolumn.q.out | 52 +++++++++++++++
 9 files changed, 273 insertions(+), 25 deletions(-)
 create mode 100644 
ql/src/test/queries/clientpositive/jdbc_partition_table_pruned_pcolumn.q
 create mode 100644 
ql/src/test/results/clientpositive/llap/jdbc_partition_table_pruned_pcolumn.q.out

Reply via email to