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/01/21 16:57:33 UTC

[hive] branch master updated (baabe8d -> 5d735c2)

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 baabe8d  HIVE-24660: Remove Commons Logger from jdbc-handler Package (David Mollitor reviewed by Miklos Gergely)
     add 5d735c2  HIVE-18284: Fix NPE when inserting data with 'distribute by' clause with dynpart sort optimization (#1400) (Syed Shameerur Rahman reviewed by Zoltan Haindrich)

No new revisions were added by this update.

Summary of changes:
 .../test/resources/testconfiguration.properties    |   1 +
 .../correlation/ReduceSinkDeDuplicationUtils.java  |  19 ++
 .../dynpart_sort_optimization_distribute_by.q      |  26 ++
 .../dynpart_sort_optimization_distribute_by.q.out  | 279 ++++++++++++++++++++
 .../dynpart_sort_optimization_distribute_by.q.out  | 284 +++++++++++++++++++++
 5 files changed, 609 insertions(+)
 create mode 100644 ql/src/test/queries/clientpositive/dynpart_sort_optimization_distribute_by.q
 create mode 100644 ql/src/test/results/clientpositive/llap/dynpart_sort_optimization_distribute_by.q.out
 create mode 100644 ql/src/test/results/clientpositive/tez/dynpart_sort_optimization_distribute_by.q.out