This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
from 91910d3af53 [SPARK-42171][PYSPARK][TESTS] Fix `pyspark-errors` module
and enable it in GitHub Action
add 4ad7f50f865 [SPARK-36124][SQL] Support subqueries with correlation
through UNION
No new revisions were added by this update.
Summary of changes:
.../sql/catalyst/analysis/CheckAnalysis.scala | 18 +-
.../catalyst/optimizer/DecorrelateInnerQuery.scala | 133 ++++++++--
.../org/apache/spark/sql/internal/SQLConf.scala | 8 +
.../sql/catalyst/analysis/AnalysisErrorSuite.scala | 4 +-
.../optimizer/DecorrelateInnerQuerySuite.scala | 50 ++++
.../resources/sql-tests/inputs/join-lateral.sql | 119 +++++++++
.../exists-subquery/exists-joins-and-set-ops.sql | 20 ++
.../scalar-subquery/scalar-subquery-predicate.sql | 119 +++++++++
.../scalar-subquery/scalar-subquery-select.sql | 105 ++++++++
.../sql-tests/results/join-lateral.sql.out | 288 +++++++++++++++++++++
.../exists-joins-and-set-ops.sql.out | 60 +++++
.../scalar-subquery-predicate.sql.out | 207 +++++++++++++++
.../scalar-subquery/scalar-subquery-select.sql.out | 195 ++++++++++++++
.../scala/org/apache/spark/sql/SubquerySuite.scala | 72 +++++-
14 files changed, 1374 insertions(+), 24 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]