You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ya...@apache.org on 2020/10/27 13:56:57 UTC

[spark] branch master updated (537a49f -> 281f99c)

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

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


    from 537a49f  [SPARK-33140][SQL] remove SQLConf and SparkSession in all sub-class of Rule[QueryPlan]
     add 281f99c  [SPARK-33225][SQL] Extract AliasHelper trait

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  43 +++------
 .../sql/catalyst/expressions/AliasHelper.scala     | 100 +++++++++++++++++++++
 .../sql/catalyst/expressions/predicates.scala      |  31 ++-----
 .../spark/sql/catalyst/optimizer/Optimizer.scala   |  46 +---------
 .../optimizer/PushDownLeftSemiAntiJoin.scala       |   4 +-
 .../spark/sql/catalyst/optimizer/subquery.scala    |   4 +-
 6 files changed, 125 insertions(+), 103 deletions(-)
 create mode 100644 sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/AliasHelper.scala


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