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 2022/08/08 05:54:54 UTC

[spark] branch master updated (bf42b891cf5 -> b02316ccf3e)

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 bf42b891cf5 [MINOR][SQL] Improve the comments about null tracking for UnsafeRow
     add b02316ccf3e [SPARK-39764][SQL] Make PhysicalOperation the same as ScanOperation

No new revisions were added by this update.

Summary of changes:
 .../catalyst/optimizer/InjectRuntimeFilter.scala   | 37 +++++++++--
 ...ushdownPredicatesAndPruneColumnsForCTEDef.scala |  4 +-
 .../catalyst/optimizer/StarSchemaDetection.scala   | 13 ++--
 .../spark/sql/catalyst/planning/patterns.scala     | 73 ++++++++--------------
 ...ionSuite.scala => PhysicalOperationSuite.scala} | 16 ++---
 .../execution/datasources/DataSourceStrategy.scala |  8 +--
 .../execution/datasources/FileSourceStrategy.scala |  4 +-
 .../datasources/v2/V2ScanRelationPushDown.scala    | 14 ++---
 .../CleanupDynamicPruningFilters.scala             | 11 ++--
 .../org/apache/spark/sql/hive/HiveStrategies.scala |  2 +-
 10 files changed, 96 insertions(+), 86 deletions(-)
 rename sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/planning/{ScanOperationSuite.scala => PhysicalOperationSuite.scala} (88%)


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