You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2021/03/08 16:53:36 UTC

[hive] branch master updated (8b2c31a -> 0ba8b6f)

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

kgyrtkirk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from 8b2c31a  disable TestZookeeperLockManager#testMetrics
     add 0ba8b6f  HIVE-24839: SubStrStatEstimator.estimate throws NullPointerException (#2034) (Robbie Zhang reviewed by Zoltan Haindrich)

No new revisions were added by this update.

Summary of changes:
 .../test/resources/testconfiguration.properties    |  3 +-
 .../org/apache/hadoop/hive/ql/udf/UDFSubstr.java   |  6 ++-
 .../queries/clientpositive/substr_estimate_range.q |  5 +++
 .../llap/substr_estimate_range.q.out               | 46 ++++++++++++++++++++++
 .../clientpositive/tez/substr_estimate_range.q.out | 46 ++++++++++++++++++++++
 5 files changed, 103 insertions(+), 3 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/substr_estimate_range.q
 create mode 100644 ql/src/test/results/clientpositive/llap/substr_estimate_range.q.out
 create mode 100644 ql/src/test/results/clientpositive/tez/substr_estimate_range.q.out