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/07/22 08:57:42 UTC

[spark] branch master updated (d1a037a -> 4e9c1b8)

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 d1a037a  [SPARK-35810][PYTHON][FOLLWUP] Deprecate ps.broadcast API
     add 4e9c1b8  [SPARK-34806][SQL] Add Observation helper for Dataset.observe

No new revisions were added by this update.

Summary of changes:
 .../main/scala/org/apache/spark/sql/Dataset.scala  |  27 ++++
 .../scala/org/apache/spark/sql/Observation.scala   | 156 +++++++++++++++++++++
 .../org/apache/spark/sql/JavaDataFrameSuite.java   |  47 +++++++
 .../org/apache/spark/sql/DataFrameSuite.scala      |  44 ++++++
 4 files changed, 274 insertions(+)
 create mode 100644 sql/core/src/main/scala/org/apache/spark/sql/Observation.scala

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