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

[hive] branch master updated (8785dd2 -> 0bc7d1b)

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

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


    from 8785dd2  HIVE-25350. Replication fails for external tables on setting owner/groups. (#2498)(Ayush Saxena, reviewed by Arko Sharma)
     add 0bc7d1b  HIVE-25417 : Null bit vector is not handled while getting the stats for Postgres backend (Mahesh Kumar Behera, reviewed by Zoltan Haindrich,Ramesh Kumar Thangarajan)

No new revisions were added by this update.

Summary of changes:
 .../queries/clientpositive/nullBitVectorStats.q    | 210 ++++++++
 .../clientpositive/llap/nullBitVectorStats.q.out   | 579 +++++++++++++++++++++
 .../apache/hadoop/hive/metastore/ObjectStore.java  |  10 -
 .../hadoop/hive/metastore/StatObjectConverter.java |  22 +-
 .../model/MPartitionColumnStatistics.java          |  25 +-
 .../metastore/model/MTableColumnStatistics.java    |  25 +-
 6 files changed, 839 insertions(+), 32 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/nullBitVectorStats.q
 create mode 100644 ql/src/test/results/clientpositive/llap/nullBitVectorStats.q.out