You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2021/08/01 01:41:02 UTC

[spark] branch master updated (f04e991 -> a65eb36)

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

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


    from f04e991  [SPARK-35976][PYTHON] Adjust astype method for ExtensionDtype in pandas API on Spark
     add a65eb36  [SPARK-36319][SQL][PYTHON] Make Observation return Map instead of Row

No new revisions were added by this update.

Summary of changes:
 python/pyspark/sql/dataframe.py                    |  2 +-
 python/pyspark/sql/observation.py                  | 19 +++-----
 python/pyspark/sql/observation.pyi                 |  6 +--
 python/pyspark/sql/tests/test_dataframe.py         |  4 +-
 .../scala/org/apache/spark/sql/Observation.scala   | 41 ++++++++++++----
 .../org/apache/spark/sql/JavaDataFrameSuite.java   | 47 ------------------
 .../org/apache/spark/sql/JavaDatasetSuite.java     | 57 +++++++++++++++++++++-
 .../org/apache/spark/sql/DataFrameSuite.scala      | 44 -----------------
 .../scala/org/apache/spark/sql/DatasetSuite.scala  | 51 +++++++++++++++++++
 9 files changed, 150 insertions(+), 121 deletions(-)

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