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/10/27 05:07:32 UTC

[spark] branch master updated (4e6a310 -> 9818f07)

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 4e6a310  [SPARK-32084][PYTHON][SQL] Expand dictionary functions
     add 9818f07  [SPARK-33243][PYTHON][BUILD] Add numpydoc into documentation dependency

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build_and_test.yml               |  4 +-
 dev/create-release/spark-rm/Dockerfile             |  2 +-
 dev/lint-python                                    |  9 +++
 dev/requirements.txt                               |  1 +
 docs/README.md                                     |  2 +-
 .../autosummary/class.rst}                         | 30 +++----
 .../{ => autosummary}/class_with_docs.rst          |  0
 python/docs/source/conf.py                         |  5 +-
 python/docs/source/reference/pyspark.ml.rst        | 28 +++----
 python/docs/source/reference/pyspark.mllib.rst     | 26 +++---
 python/docs/source/reference/pyspark.sql.rst       |  2 +-
 python/pyspark/context.py                          | 93 ++++++++++++----------
 12 files changed, 114 insertions(+), 88 deletions(-)
 copy python/docs/source/{reference/pyspark.resource.rst => _templates/autosummary/class.rst} (68%)
 rename python/docs/source/_templates/{ => autosummary}/class_with_docs.rst (100%)


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