[hive] branch master updated (4f438f5 -> d88968d)

2021-03-09 Thread krisztiankasa
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



[hive] branch master updated (1c4c16f -> c0a06bb)

2021-03-09 Thread aasha
This is an automated email from the ASF dual-hosted git repository.

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


from 1c4c16f  HIVE-24836. Add replication policy name and schedule id as a 
job name for all the distcp jobs. (#2031) (Ayush Saxena, reviewed by Aasha 
Medhi)
 add c0a06bb  HIVE-24856: Skip functions created without 'using' clause 
during incremental replication (#2045) (Arko Sharma, reviewed by Aasha Medhi)

No new revisions were added by this update.

Summary of changes:
 .../hive/ql/parse/TestReplicationScenariosAcrossInstances.java   | 7 +++
 .../hive/ql/parse/repl/dump/events/CreateFunctionHandler.java| 9 -
 2 files changed, 11 insertions(+), 5 deletions(-)



[hive] branch master updated (0ba8b6f -> 1c4c16f)

2021-03-09 Thread aasha
This is an automated email from the ASF dual-hosted git repository.

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


from 0ba8b6f  HIVE-24839: SubStrStatEstimator.estimate throws 
NullPointerException (#2034) (Robbie Zhang reviewed by Zoltan Haindrich)
 add 1c4c16f  HIVE-24836. Add replication policy name and schedule id as a 
job name for all the distcp jobs. (#2031) (Ayush Saxena, reviewed by Aasha 
Medhi)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hive/ql/exec/repl/ReplDumpTask.java  |  4 
 .../apache/hadoop/hive/ql/exec/repl/ReplLoadTask.java  |  4 
 .../hadoop/hive/ql/exec/repl/util/ReplUtils.java   | 18 ++
 3 files changed, 26 insertions(+)