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 2020/11/03 01:04:24 UTC

[spark] branch master updated (bdabf60 -> 3959f0d)

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 bdabf60  [SPARK-33299][SQL][DOCS] Don't mention schemas in JSON format in docs for `from_json`
     add 3959f0d  [SPARK-33250][PYTHON][DOCS] Migration to NumPy documentation style in SQL (pyspark.sql.*)

No new revisions were added by this update.

Summary of changes:
 python/pyspark/sql/avro/functions.py     |   45 +-
 python/pyspark/sql/catalog.py            |   43 +-
 python/pyspark/sql/column.py             |  233 ++++-
 python/pyspark/sql/context.py            |  272 +++--
 python/pyspark/sql/dataframe.py          |  842 +++++++++++----
 python/pyspark/sql/dataframe.pyi         |   14 +-
 python/pyspark/sql/functions.py          | 1631 ++++++++++++++++++++++--------
 python/pyspark/sql/functions.pyi         |    2 +-
 python/pyspark/sql/group.py              |   80 +-
 python/pyspark/sql/pandas/conversion.py  |   35 +-
 python/pyspark/sql/pandas/functions.py   |   73 +-
 python/pyspark/sql/pandas/group_ops.py   |  107 +-
 python/pyspark/sql/pandas/map_ops.py     |   22 +-
 python/pyspark/sql/pandas/serializers.py |   22 +-
 python/pyspark/sql/pandas/types.py       |   68 +-
 python/pyspark/sql/readwriter.py         | 1056 +++++++++++--------
 python/pyspark/sql/readwriter.pyi        |   34 +-
 python/pyspark/sql/session.py            |  265 +++--
 python/pyspark/sql/streaming.py          |  845 ++++++++++------
 python/pyspark/sql/streaming.pyi         |   17 +-
 python/pyspark/sql/types.py              |  179 ++--
 python/pyspark/sql/udf.py                |   70 +-
 python/pyspark/sql/utils.py              |   12 +-
 python/pyspark/sql/window.py             |  116 ++-
 python/pyspark/sql/window.pyi            |    9 +-
 25 files changed, 4240 insertions(+), 1852 deletions(-)


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