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: [email protected]
For additional commands, e-mail: [email protected]