You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2021/07/01 09:23:27 UTC

[spark] branch master updated (f249277 -> f281736)

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

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


    from f249277  [SPARK-35963][SQL] Rename TimestampWithoutTZType to TimestampNTZType
     add f281736  [SPARK-35618][SQL] Resolve star expressions in subqueries using outer query plans

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     | 69 +++++++++++++++-------
 .../sql/catalyst/analysis/CheckAnalysis.scala      |  5 ++
 .../spark/sql/catalyst/expressions/subquery.scala  |  7 +++
 .../sql/catalyst/analysis/AnalysisErrorSuite.scala | 45 ++++++++++++++
 .../catalyst/analysis/ResolveSubquerySuite.scala   | 65 +++++++++++++++++++-
 .../resources/sql-tests/inputs/join-lateral.sql    |  9 ++-
 .../results/columnresolution-negative.sql.out      |  2 +-
 .../sql-tests/results/join-lateral.sql.out         | 42 ++++++++++++-
 8 files changed, 218 insertions(+), 26 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org