This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.
from 1f29f1b [SPARK-31684][SQL] Overwrite partition failed with 'WRONG FS'
when the target partition is not belong to the filesystem as same as the table
add 6fb22aa [SPARK-31748][PYTHON] 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/rdd.py | 5 +-
python/pyspark/resource/__init__.py | 11 ++-
.../information.py} | 6 +-
.../{resourceprofilebuilder.py => profile.py} | 59 +++++++++++-
.../resource/{executorrequests.py => requests.py} | 87 +++++++++++++++++-
python/pyspark/resource/resourceprofile.py | 72 ---------------
python/pyspark/resource/taskrequests.py | 102 ---------------------
python/pyspark/worker.py | 2 +-
14 files changed, 171 insertions(+), 194 deletions(-)
create mode 100644 python/docs/pyspark.resource.rst
rename python/pyspark/{resourceinformation.py => resource/information.py} (89%)
rename python/pyspark/resource/{resourceprofilebuilder.py => profile.py} (69%)
rename python/pyspark/resource/{executorrequests.py => requests.py} (70%)
delete mode 100644 python/pyspark/resource/resourceprofile.py
delete mode 100644 python/pyspark/resource/taskrequests.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]