You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ge...@apache.org on 2020/06/11 17:18:18 UTC

[spark] branch master updated (91cd06b -> 11d3a74)

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

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


    from 91cd06b  [SPARK-8981][CORE][FOLLOW-UP] Clean up MDC properties after running a task
     add 11d3a74  [SPARK-31705][SQL] Push more possible predicates through Join via CNF conversion

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/expressions/predicates.scala      |  96 +++++++++++-
 .../spark/sql/catalyst/optimizer/Optimizer.scala   |   9 +-
 .../optimizer/PushCNFPredicateThroughJoin.scala    |  62 ++++++++
 .../org/apache/spark/sql/internal/SQLConf.scala    |  15 ++
 .../ConjunctiveNormalFormPredicateSuite.scala      | 128 ++++++++++++++++
 .../catalyst/optimizer/FilterPushdownSuite.scala   | 162 ++++++++++++++++++++-
 6 files changed, 468 insertions(+), 4 deletions(-)
 create mode 100644 sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/PushCNFPredicateThroughJoin.scala
 create mode 100644 sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ConjunctiveNormalFormPredicateSuite.scala


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