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

Reply via email to