You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by hv...@apache.org on 2023/06/06 16:01:36 UTC

[spark] branch master updated (ae8aaec9cde -> 8c6a54d70a7)

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

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


    from ae8aaec9cde [SPARK-43977][CONNECT] Fix unexpected check result of `dev/connect-jvm-client-mima-check`
     add 8c6a54d70a7 [SPARK-43919][SQL] Extract JSON functionality out of Row

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/streaming/progress.scala  |   5 +-
 docs/sql-migration-guide.md                        |   1 +
 project/MimaExcludes.scala                         |   6 +
 .../src/main/scala/org/apache/spark/sql/Row.scala  | 106 +----------------
 .../org/apache/spark/sql/util/ToJsonUtil.scala     | 129 +++++++++++++++++++++
 .../scala/org/apache/spark/sql/RowJsonSuite.scala  |   7 +-
 .../test/scala/org/apache/spark/sql/RowTest.scala  |   3 +-
 .../org/apache/spark/sql/streaming/progress.scala  |   3 +-
 8 files changed, 149 insertions(+), 111 deletions(-)
 create mode 100644 sql/catalyst/src/main/scala/org/apache/spark/sql/util/ToJsonUtil.scala


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