You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2020/08/13 16:49:34 UTC

[spark] branch master updated (0c850c7 -> 6ae2cb2)

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

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


    from 0c850c7  [SPARK-32511][SQL] Add dropFields method to Column class
     add 6ae2cb2  [SPARK-32526][SQL] Fix some test cases of `sql/catalyst` module in scala 2.13

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/expressions/ExpressionSet.scala  |  8 +++++++-
 .../apache/spark/sql/catalyst/analysis/Analyzer.scala   |  6 +++---
 .../sql/catalyst/expressions/collectionOperations.scala | 17 +++++++++--------
 .../sql/catalyst/expressions/higherOrderFunctions.scala |  2 +-
 .../sql/catalyst/expressions/stringExpressions.scala    |  4 ++--
 .../apache/spark/sql/catalyst/json/JacksonParser.scala  |  2 +-
 .../apache/spark/sql/catalyst/optimizer/Optimizer.scala |  2 +-
 .../apache/spark/sql/catalyst/parser/AstBuilder.scala   |  5 +++--
 .../org/apache/spark/sql/catalyst/trees/TreeNode.scala  |  8 ++++++--
 .../scala/org/apache/spark/sql/types/Metadata.scala     |  4 +++-
 .../scala/org/apache/spark/sql/util/SchemaUtils.scala   |  2 +-
 .../org/apache/spark/sql/RandomDataGenerator.scala      |  2 +-
 .../org/apache/spark/sql/util/SchemaUtilsSuite.scala    |  2 +-
 13 files changed, 39 insertions(+), 25 deletions(-)


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