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 c55318eb586 HIVE-26293: Migrate remaining exclusive DDL operations to 
EXCL_WRITE lock & bug fixes (Denys Kuzmenko, reviewed by Peter Vary)
     new d781701d268 HIVE-26278: Add unit tests for Hive#getPartitionsByNames 
using batching (Stamatis Zampetakis, reviewed by Zoltan Haindrich, Krisztian 
Kasa, Ayush Saxena)
     new 798d25c6126 HIVE-26290: Remove useless calls to 
DateTimeFormatter#withZone without assignment (Stamatis Zampetakis, reviewed by 
Ayush Saxena)
     new efae863fe01 HIVE-26296: RuntimeException when executing EXPLAIN CBO 
JOINCOST on query with JDBC tables (Stamatis Zampetakis, reviewed by Alessandro 
Solimando, Krisztian Kasa)

The 3 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:
 ...hor_table.sql => q_test_author_book_tables.sql} | 11 +++
 .../calcite/stats/HiveRelMdSelectivity.java        |  5 +-
 .../ql/udf/generic/GenericUDFFromUnixTime.java     |  2 -
 ...TestHiveMetaStoreClientApiArgumentsChecker.java | 25 ++++++
 .../queries/clientpositive/cbo_jdbc_joincost.q     | 34 ++++++++
 .../clientpositive/llap/cbo_jdbc_joincost.q.out    | 93 ++++++++++++++++++++++
 6 files changed, 164 insertions(+), 6 deletions(-)
 copy data/scripts/{q_test_author_table.sql => q_test_author_book_tables.sql} 
(50%)
 create mode 100644 ql/src/test/queries/clientpositive/cbo_jdbc_joincost.q
 create mode 100644 
ql/src/test/results/clientpositive/llap/cbo_jdbc_joincost.q.out

Reply via email to