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 2021/08/26 14:10:04 UTC

[spark] branch branch-3.0 updated (ce90ba0 -> c420149)

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

wenchen pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from ce90ba0  [SPARK-36564][CORE] Fix NullPointerException in LiveRDDDistribution.toApi
     add c420149  [SPARK-36352][SQL][3.0] Spark should check result plan's output schema name

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/optimizer/Optimizer.scala     | 20 ++++++++------------
 .../spark/sql/catalyst/rules/RuleExecutor.scala      |  6 +++---
 .../scala/org/apache/spark/sql/types/DataType.scala  |  2 +-
 .../org/apache/spark/sql/util/SchemaUtils.scala      | 11 +++++++++++
 .../spark/sql/catalyst/trees/RuleExecutorSuite.scala |  8 ++++++--
 .../execution/datasources/DataSourceStrategy.scala   |  2 +-
 .../sql/execution/datasources/SchemaPruning.scala    | 10 ++++++----
 .../datasources/v2/V2ScanRelationPushDown.scala      |  3 ++-
 .../org/apache/spark/sql/streaming/StreamSuite.scala |  6 +++---
 9 files changed, 41 insertions(+), 27 deletions(-)

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