You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/10/19 17:41:59 UTC

[spark] branch master updated (26b13c7 -> 66c5e01)

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

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


    from 26b13c7  [SPARK-33169][SQL][TESTS] Check propagation of datasource options to underlying file system for built-in file-based datasources
     add 66c5e01  [SPARK-32941][SQL] Optimize UpdateFields expression chain and put the rule early in Analysis phase

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  6 ++
 .../spark/sql/catalyst/analysis/ResolveUnion.scala | 11 +---
 .../sql/catalyst/optimizer/ComplexTypes.scala      |  7 ++-
 .../spark/sql/catalyst/optimizer/Optimizer.scala   |  2 +-
 .../sql/catalyst/optimizer/UpdateFields.scala      | 57 +++++++++++++++++--
 ...dsSuite.scala => OptimizeWithFieldsSuite.scala} | 64 ++++++++++++++++++++--
 .../sql/catalyst/optimizer/complexTypesSuite.scala |  6 +-
 7 files changed, 129 insertions(+), 24 deletions(-)
 rename sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/{CombineUpdateFieldsSuite.scala => OptimizeWithFieldsSuite.scala} (51%)


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