This is an automated email from the ASF dual-hosted git repository.
jcamacho pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.
from f1ff996 HIVE-25104: Backward incompatible timestamp serialization in
Parquet for certain timezones (Stamatis Zampetakis, reviewed by Jesus Camacho
Rodriguez)
add 7615944 HIVE-25183: Inner Join condition parsing error in subquery
(Soumyakanti Das, reviewed by Jesus Camacho Rodriguez)
No new revisions were added by this update.
Summary of changes:
.../optimizer/calcite/reloperators/HiveFilter.java | 9 +-
.../calcite/rules/HiveRelDecorrelator.java | 6 +
.../hadoop/hive/ql/parse/CalcitePlanner.java | 24 +-
.../hadoop/hive/ql/parse/SemanticAnalyzer.java | 5 +-
.../parse/type/JoinCondTypeCheckProcFactory.java | 19 +-
.../queries/clientnegative/subquery_corr_outer.q | 33 +++
.../queries/clientpositive/subquery_corr_join.q | 73 ++++++
.../clientnegative/subquery_corr_outer.q.out | 74 ++++++
.../clientpositive/llap/subquery_corr_join.q.out | 285 +++++++++++++++++++++
9 files changed, 513 insertions(+), 15 deletions(-)
create mode 100644 ql/src/test/queries/clientnegative/subquery_corr_outer.q
create mode 100644 ql/src/test/queries/clientpositive/subquery_corr_join.q
create mode 100644 ql/src/test/results/clientnegative/subquery_corr_outer.q.out
create mode 100644
ql/src/test/results/clientpositive/llap/subquery_corr_join.q.out