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 291f4a3e3db9 [SPARK-51935][SQL] Fix lazy behavior of iterators in 
interpreted df.collect()
     add 02faae539e34 [SPARK-51802][PYTHON][DOCS] OSS PySpark User Guide Docs

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |    2 +-
 examples/src/main/python/sql/arrow.py              |    2 +-
 examples/src/main/python/sql/udtf.py               |    2 +-
 python/docs/source/conf.py                         |    4 +-
 python/docs/source/index.rst                       |    1 +
 .../{user_guide => tutorial}/arrow_pandas.rst      |    0
 .../docs/source/{user_guide => tutorial}/index.rst |    8 +-
 .../pandas_on_spark/best_practices.rst             |    0
 .../pandas_on_spark/faq.rst                        |    0
 .../pandas_on_spark/from_to_dbms.rst               |    0
 .../pandas_on_spark/index.rst                      |    0
 .../pandas_on_spark/options.rst                    |    0
 .../pandas_on_spark/pandas_pyspark.rst             |    0
 .../pandas_on_spark/transform_apply.rst            |    0
 .../pandas_on_spark/typehints.rst                  |    0
 .../pandas_on_spark/types.rst                      |    0
 .../{user_guide => tutorial}/python_packaging.rst  |    0
 .../{user_guide => tutorial}/sql/arrow_pandas.rst  |    0
 .../source/{user_guide => tutorial}/sql/index.rst  |    0
 .../sql/python_data_source.rst                     |    0
 .../{user_guide => tutorial}/sql/python_udtf.rst   |    0
 .../sql/type_conversions.rst                       |    0
 .../user_guide/assets}/pyspark-udf-profile.png     |  Bin
 .../source/user_guide/assets/pyspark-ui-print.png  |  Bin 0 -> 206336 bytes
 .../user_guide/assets/pyspark-ui-sql-broadcast.png |  Bin 0 -> 84476 bytes
 .../source/user_guide/assets/pyspark-ui-sql.png    |  Bin 0 -> 365322 bytes
 python/docs/source/user_guide/bugbusting.ipynb     |  950 +++++++++++++
 python/docs/source/user_guide/dataframes.ipynb     |  778 +++++++++++
 python/docs/source/user_guide/dataprep.ipynb       | 1420 ++++++++++++++++++++
 python/docs/source/user_guide/index.rst            |   26 +-
 python/docs/source/user_guide/loadandbehold.ipynb  |  488 +++++++
 python/docs/source/user_guide/sql.ipynb            | 1192 ++++++++++++++++
 python/docs/source/user_guide/touroftypes.ipynb    | 1190 ++++++++++++++++
 python/docs/source/user_guide/udfandudtf.ipynb     |  997 ++++++++++++++
 python/pyspark/pandas/accessors.py                 |    8 +-
 python/pyspark/pandas/frame.py                     |    4 +-
 python/pyspark/pandas/groupby.py                   |    2 +-
 37 files changed, 7045 insertions(+), 29 deletions(-)
 rename python/docs/source/{user_guide => tutorial}/arrow_pandas.rst (100%)
 copy python/docs/source/{user_guide => tutorial}/index.rst (94%)
 rename python/docs/source/{user_guide => 
tutorial}/pandas_on_spark/best_practices.rst (100%)
 rename python/docs/source/{user_guide => tutorial}/pandas_on_spark/faq.rst 
(100%)
 rename python/docs/source/{user_guide => 
tutorial}/pandas_on_spark/from_to_dbms.rst (100%)
 rename python/docs/source/{user_guide => tutorial}/pandas_on_spark/index.rst 
(100%)
 rename python/docs/source/{user_guide => tutorial}/pandas_on_spark/options.rst 
(100%)
 rename python/docs/source/{user_guide => 
tutorial}/pandas_on_spark/pandas_pyspark.rst (100%)
 rename python/docs/source/{user_guide => 
tutorial}/pandas_on_spark/transform_apply.rst (100%)
 rename python/docs/source/{user_guide => 
tutorial}/pandas_on_spark/typehints.rst (100%)
 rename python/docs/source/{user_guide => tutorial}/pandas_on_spark/types.rst 
(100%)
 rename python/docs/source/{user_guide => tutorial}/python_packaging.rst (100%)
 rename python/docs/source/{user_guide => tutorial}/sql/arrow_pandas.rst (100%)
 rename python/docs/source/{user_guide => tutorial}/sql/index.rst (100%)
 rename python/docs/source/{user_guide => tutorial}/sql/python_data_source.rst 
(100%)
 rename python/docs/source/{user_guide => tutorial}/sql/python_udtf.rst (100%)
 rename python/docs/source/{user_guide => tutorial}/sql/type_conversions.rst 
(100%)
 copy {docs/img => 
python/docs/source/user_guide/assets}/pyspark-udf-profile.png (100%)
 create mode 100644 python/docs/source/user_guide/assets/pyspark-ui-print.png
 create mode 100644 
python/docs/source/user_guide/assets/pyspark-ui-sql-broadcast.png
 create mode 100644 python/docs/source/user_guide/assets/pyspark-ui-sql.png
 create mode 100644 python/docs/source/user_guide/bugbusting.ipynb
 create mode 100644 python/docs/source/user_guide/dataframes.ipynb
 create mode 100644 python/docs/source/user_guide/dataprep.ipynb
 create mode 100644 python/docs/source/user_guide/loadandbehold.ipynb
 create mode 100644 python/docs/source/user_guide/sql.ipynb
 create mode 100644 python/docs/source/user_guide/touroftypes.ipynb
 create mode 100644 python/docs/source/user_guide/udfandudtf.ipynb


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to