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 2020/08/04 14:59:45 UTC

[spark] branch master updated (171b7d5 -> 7eb6f45)

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 171b7d5  [SPARK-23431][CORE] Expose stage level peak executor metrics via REST API
     add 7eb6f45  [SPARK-32499][SQL] Use `{}` in conversions maps and structs to strings

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |  2 +
 python/pyspark/ml/stat.py                          |  4 +-
 python/pyspark/sql/functions.py                    | 28 +++----
 .../spark/sql/catalyst/expressions/Cast.scala      | 20 +++--
 .../org/apache/spark/sql/internal/SQLConf.scala    |  9 +++
 .../spark/sql/catalyst/expressions/CastSuite.scala | 88 ++++++++++++----------
 .../test/resources/sql-tests/results/pivot.sql.out | 10 +--
 .../sql-tests/results/udf/udf-pivot.sql.out        |  8 +-
 .../org/apache/spark/sql/DataFrameSuite.scala      |  6 +-
 .../scala/org/apache/spark/sql/DatasetSuite.scala  |  4 +-
 .../test/scala/org/apache/spark/sql/UDFSuite.scala |  4 +-
 11 files changed, 105 insertions(+), 78 deletions(-)


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