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

zero323 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from b42be90  [SPARK-37680][CORE][FOLLOWUP] Use HybridStoreDiskBackend 
enumeration
     add a70006d  [SPARK-34544][PYTHON] Convert PandasDataFrameLike and 
PandasSeriesLike to aliases of Pandas types

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build_and_test.yml               |   1 +
 examples/src/main/python/sql/arrow.py              |   2 +-
 python/mypy.ini                                    |   3 -
 python/pyspark/pandas/__init__.py                  |   4 +-
 python/pyspark/pandas/accessors.py                 |   4 +-
 python/pyspark/pandas/base.py                      |   2 +-
 python/pyspark/pandas/categorical.py               |   2 +-
 python/pyspark/pandas/data_type_ops/base.py        |   8 +-
 .../pandas/data_type_ops/categorical_ops.py        |   2 +-
 python/pyspark/pandas/data_type_ops/num_ops.py     |   2 +-
 python/pyspark/pandas/frame.py                     |  42 ++-
 python/pyspark/pandas/generic.py                   |  12 +-
 python/pyspark/pandas/groupby.py                   |   8 +-
 python/pyspark/pandas/indexes/base.py              |  24 +-
 python/pyspark/pandas/indexes/category.py          |   2 +-
 python/pyspark/pandas/indexes/datetimes.py         |   2 +-
 python/pyspark/pandas/indexes/multi.py             |   8 +-
 python/pyspark/pandas/indexes/numeric.py           |   2 +-
 python/pyspark/pandas/indexes/timedelta.py         |   2 +-
 python/pyspark/pandas/indexing.py                  |  22 +-
 python/pyspark/pandas/internal.py                  |   2 +-
 python/pyspark/pandas/namespace.py                 |   6 +-
 python/pyspark/pandas/plot/matplotlib.py           |   4 +-
 python/pyspark/pandas/series.py                    |  32 +-
 python/pyspark/pandas/tests/test_groupby.py        |   2 +-
 python/pyspark/pandas/typedef/string_typehints.py  |   4 +-
 python/pyspark/pandas/typedef/typehints.py         |   8 +-
 python/pyspark/pandas/utils.py                     |   2 +-
 python/pyspark/sql/_typing.pyi                     |   1 +
 python/pyspark/sql/pandas/_typing/__init__.pyi     | 235 ++++++------
 .../pyspark/sql/pandas/_typing/protocols/frame.pyi | 401 +--------------------
 .../sql/pandas/_typing/protocols/series.pyi        | 219 +----------
 python/pyspark/sql/pandas/conversion.py            |   2 +-
 python/pyspark/sql/pandas/types.py                 |  24 +-
 .../pyspark/sql/tests/test_pandas_udf_typehints.py |   2 +-
 .../sql/tests/typing/test_pandas_compatibility.yml |  35 --
 python/pyspark/sql/tests/typing/test_udf.yml       |  32 +-
 python/pyspark/sql/window.py                       |  12 +-
 python/pyspark/testing/pandasutils.py              |   2 +-
 39 files changed, 286 insertions(+), 893 deletions(-)
 delete mode 100644 
python/pyspark/sql/tests/typing/test_pandas_compatibility.yml

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

Reply via email to