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

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


    from 2631620  HIVE-24930: Operator.setDone() short-circuit from child op is 
not used in vectorized codepath (if childSize == 1) (#2113) (Laszlo Bodor 
reviewed by Panagiotis Garefalakis)
     add a00621b  HIVE-24929: Allow correlated exists subqueries with windowing 
clause (Krisztian Kasa, reviewed by Jesus Camacho Rodriguez)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hive/ql/parse/QBSubQuery.java    |   7 +-
 .../clientpositive/subquery_exists_windowfunc.q    |  65 ++++
 .../clientnegative/subquery_windowing_corr.q.out   |   2 +-
 .../llap/subquery_exists_windowfunc.q.out          | 375 +++++++++++++++++++++
 4 files changed, 445 insertions(+), 4 deletions(-)
 create mode 100644 
ql/src/test/queries/clientpositive/subquery_exists_windowfunc.q
 create mode 100644 
ql/src/test/results/clientpositive/llap/subquery_exists_windowfunc.q.out

Reply via email to