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 2019/11/20 13:15:22 UTC

[spark] branch master updated (5a70af7 -> 0032d85)

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 5a70af7  [SPARK-29029][SQL] Use AttributeMap in PhysicalOperation.collectProjectsAndFilters
     add 0032d85  [SPARK-29968][SQL] Remove the Predicate code from SparkPlan

No new revisions were added by this update.

Summary of changes:
 .../catalyst/catalog/ExternalCatalogUtils.scala    |  5 +--
 .../sql/catalyst/expressions/Projection.scala      |  4 +-
 .../expressions/codegen/GeneratePredicate.scala    | 22 ++--------
 .../sql/catalyst/expressions/predicates.scala      | 47 +++++++++++++++++++---
 .../spark/sql/catalyst/optimizer/Optimizer.scala   |  2 +-
 .../sql/catalyst/expressions/PredicateSuite.scala  |  2 +-
 .../spark/sql/execution/DataSourceScanExec.scala   |  2 +-
 .../org/apache/spark/sql/execution/SparkPlan.scala | 25 +-----------
 .../sql/execution/basicPhysicalOperators.scala     |  3 +-
 .../execution/columnar/InMemoryTableScanExec.scala |  2 +-
 .../datasources/PartitioningAwareFileIndex.scala   |  2 +-
 .../joins/BroadcastNestedLoopJoinExec.scala        |  4 +-
 .../sql/execution/joins/CartesianProductExec.scala |  5 +--
 .../spark/sql/execution/joins/HashJoin.scala       |  2 +-
 .../sql/execution/joins/SortMergeJoinExec.scala    |  2 +-
 .../streaming/StreamingSymmetricHashJoinExec.scala | 17 ++++----
 .../execution/streaming/statefulOperators.scala    | 10 ++---
 .../spark/sql/sources/SimpleTextRelation.scala     |  4 +-
 18 files changed, 78 insertions(+), 82 deletions(-)


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