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 4f438f5  HIVE-24728: Low level reader for llap cache hydration (Antal 
Sinkovits, reviewed by Adam Szita)
     add d88968d  HIVE-15757: Allow EXISTS/NOT EXISTS correlated subquery with 
aggregates (Krisztian Kasa, reviewed by Jesus Camacho Rodriguez)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/parse/CalcitePlanner.java       |  29 ++++-
 .../hadoop/hive/ql/parse/QBSubQueryParseInfo.java  |  86 +++++++++++++
 .../ql/parse/type/ExprNodeDescExprFactory.java     |   8 +-
 .../hive/ql/parse/type/RexNodeExprFactory.java     |   8 +-
 .../hadoop/hive/ql/parse/type/TypeCheckCtx.java    |   8 +-
 .../clientnegative/subquery_exists_implicit_gby.q  |  11 --
 .../subquery_notexists_implicit_gby.q              |  11 --
 .../clientpositive/subquery_full_aggregate.q       |  47 +++++++
 .../subquery_exists_implicit_gby.q.out             |   1 -
 .../subquery_notexists_implicit_gby.q.out          |   1 -
 .../clientpositive/llap/subquery_exists.q.out      |  96 ++-------------
 .../llap/subquery_full_aggregate.q.out             | 136 +++++++++++++++++++++
 12 files changed, 315 insertions(+), 127 deletions(-)
 create mode 100644 
ql/src/java/org/apache/hadoop/hive/ql/parse/QBSubQueryParseInfo.java
 delete mode 100644 
ql/src/test/queries/clientnegative/subquery_exists_implicit_gby.q
 delete mode 100644 
ql/src/test/queries/clientnegative/subquery_notexists_implicit_gby.q
 create mode 100644 ql/src/test/queries/clientpositive/subquery_full_aggregate.q
 delete mode 100644 
ql/src/test/results/clientnegative/subquery_exists_implicit_gby.q.out
 delete mode 100644 
ql/src/test/results/clientnegative/subquery_notexists_implicit_gby.q.out
 create mode 100644 
ql/src/test/results/clientpositive/llap/subquery_full_aggregate.q.out

Reply via email to