You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by za...@apache.org on 2021/08/06 12:50:00 UTC

[hive] branch master updated (799d62d -> de33be2)

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 799d62d  HIVE-25394: Enable vectorization for TestIcebergCliDriver dynamic_partition_pruning.q (Adam Szita, reviewed by Peter Vary)
     add de33be2  HIVE-25364: NPE when estimating row count in external JDBC tables (Soumyakanti Das, reviewed by Stamatis Zampetakis)

No new revisions were added by this update.

Summary of changes:
 .../calcite/stats/HiveRelMdDistinctRowCount.java   |  28 +-
 .../clientpositive/external_jdbc_rowcount.q        | 110 ++++++++
 .../llap/external_jdbc_rowcount.q.out              | 291 +++++++++++++++++++++
 .../llap/external_jdbc_table_perf.q.out            | 215 ++++++++-------
 4 files changed, 528 insertions(+), 116 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/external_jdbc_rowcount.q
 create mode 100644 ql/src/test/results/clientpositive/llap/external_jdbc_rowcount.q.out