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/27 17:40:23 UTC

[spark] branch master updated (df98d5b -> f90eb6a)

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 df98d5b  [SPARK-34249][DOCS] Add documentation for ANSI implicit cast rules
     add f90eb6a  [SPARK-36263][SQL][PYTHON] Add Dataframe.observation to PySpark

No new revisions were added by this update.

Summary of changes:
 dev/sparktestsupport/modules.py                    |   1 +
 python/docs/source/reference/pyspark.sql.rst       |  13 ++
 python/pyspark/sql/__init__.py                     |   3 +-
 python/pyspark/sql/__init__.pyi                    |   1 +
 python/pyspark/sql/dataframe.py                    |  41 +++++-
 python/pyspark/sql/dataframe.pyi                   |   2 +
 python/pyspark/sql/observation.py                  | 146 +++++++++++++++++++++
 .../information.pyi => sql/observation.pyi}        |  15 ++-
 python/pyspark/sql/tests/test_dataframe.py         |  49 +++++++
 9 files changed, 263 insertions(+), 8 deletions(-)
 create mode 100644 python/pyspark/sql/observation.py
 copy python/pyspark/{resource/information.pyi => sql/observation.pyi} (77%)

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