This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git
from f4f51330ab1 HIVE-29082: Enhance HiveAuthzContext with a Client Configuration Map (#5966) add 5512ffda602 HIVE-29032: Enhance qt:database option to expose connection properties in qfiles (#5919) No new revisions were added by this update. Summary of changes: .../java/org/apache/hadoop/hive/ql/QTestUtil.java | 2 +- .../hive/ql/externalDB/AbstractExternalDB.java | 88 +++++++++++++++++++++- .../hadoop/hive/ql/externalDB/MSSQLServer.java | 10 ++- .../apache/hadoop/hive/ql/externalDB/MariaDB.java | 9 ++- .../hadoop/hive/ql/externalDB/MySQLExternalDB.java | 9 ++- .../apache/hadoop/hive/ql/externalDB/Oracle.java | 9 ++- .../hive/ql/externalDB/PostgresExternalDB.java | 9 ++- .../hive/ql/qoption/QTestDatabaseHandler.java | 58 +++++++------- .../queries/clientpositive/cbo_jdbc_joincost.q | 14 ++-- .../queries/clientpositive/dataconnector_mysql.q | 10 +-- .../jdbc_filter_expand_row_operator.q | 8 +- .../jdbc_partition_table_pruned_pcolumn.q | 8 +- .../queries/clientpositive/jdbc_project_pushdown.q | 14 ++-- .../clientpositive/jdbc_table_dml_postgres.q | 8 +- .../clientpositive/jdbc_table_limit_postgres.q | 8 +- .../jdbc_table_with_schema_mariadb.q | 26 +++---- .../clientpositive/jdbc_table_with_schema_mssql.q | 16 ++-- .../clientpositive/jdbc_table_with_schema_oracle.q | 8 +- .../jdbc_table_with_schema_postgres.q | 16 ++-- .../queries/clientpositive/qt_database_mariadb.q | 8 +- .../queries/clientpositive/qt_database_mssql.q | 8 +- .../queries/clientpositive/qt_database_mysql.q | 8 +- .../queries/clientpositive/qt_database_oracle.q | 4 +- .../queries/clientpositive/qt_database_postgres.q | 8 +- .../clientpositive/llap/cbo_jdbc_joincost.q.out | 8 +- .../clientpositive/llap/dataconnector_mysql.q.out | 12 +-- .../llap/jdbc_filter_expand_row_operator.q.out | 4 +- .../llap/jdbc_partition_table_pruned_pcolumn.q.out | 4 +- .../llap/jdbc_project_pushdown.q.out | 8 +- .../llap/jdbc_table_dml_postgres.q.out | 4 +- .../llap/jdbc_table_limit_postgres.q.out | 4 +- .../llap/jdbc_table_with_schema_postgres.q.out | 12 +-- .../clientpositive/llap/qt_database_mariadb.q.out | 4 +- .../clientpositive/llap/qt_database_mysql.q.out | 4 +- .../clientpositive/llap/qt_database_postgres.q.out | 4 +- 35 files changed, 270 insertions(+), 164 deletions(-)