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/05/20 04:38:51 UTC

[spark] branch branch-3.0 updated (a1391cf -> 57797d9)

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

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


    from a1391cf  [SPARK-31706][SQL] add back the support of streaming update mode
     add 57797d9  [SPARK-31748][PYTHON][3.0] Document resource module in PySpark doc and rename/move classes

No new revisions were added by this update.

Summary of changes:
 python/docs/index.rst                                  |  1 +
 python/docs/pyspark.resource.rst                       | 11 +++++++++++
 python/docs/pyspark.rst                                |  1 +
 python/docs/pyspark.sql.rst                            |  4 ++--
 python/pyspark/__init__.py                             |  2 +-
 python/pyspark/context.py                              |  2 +-
 python/pyspark/{resourceinformation.py => resource.py} |  6 ++++--
 python/pyspark/worker.py                               |  3 ++-
 8 files changed, 23 insertions(+), 7 deletions(-)
 create mode 100644 python/docs/pyspark.resource.rst
 rename python/pyspark/{resourceinformation.py => resource.py} (89%)


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