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 90ae3c8  HIVE-24305: avro decimal schema is not properly populating 
scale/precision if value is enclosed in quote (#1601) (Naresh Panchetty 
Ramanaiah, reviewed by Laszlo Pinter)
     add f786902  HIVE-24355: Implement hashCode/equals for Partition (#1652) 
(Zoltan Haindrich reviewed by Miklos Gergely)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hive/ql/metadata/Partition.java  |  26 +-
 .../apache/hadoop/hive/ql/metadata/TestHive.java   |  29 ++
 .../test/queries/clientpositive/swo_pruned_merge.q |  21 ++
 .../clientpositive/llap/swo_pruned_merge.q.out     | 365 +++++++++++++++++++++
 .../hadoop/hive/metastore/MetaStoreDirectSql.java  |   4 +-
 .../apache/hadoop/hive/metastore/ObjectStore.java  |  12 +-
 .../hive/metastore/utils/MetaStoreServerUtils.java |   2 +
 7 files changed, 452 insertions(+), 7 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/swo_pruned_merge.q
 create mode 100644 
ql/src/test/results/clientpositive/llap/swo_pruned_merge.q.out

Reply via email to