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

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


    from c25f1e4  [SPARK-36227][SQL][FOLLOWUP][3.2] Remove unused import in 
TimestampNTZType.scala
     new cb075b5  [SPARK-36345][SPARK-36367][INFRA][PYTHON] Disable tests 
failed by the incompatible behavior of pandas 1.3
     new f2f09e4  [SPARK-36369][PYTHON] Fix Index.union to follow pandas 1.3
     new 0fc8c39  [SPARK-36388][SPARK-36386][PYTHON] Fix DataFrame 
groupby-rolling and groupby-expanding to follow pandas 1.3
     new 31557d4  [SPARK-36387][PYTHON] Fix Series.astype from datetime to 
nullable string
     new 8829406  [SPARK-36368][PYTHON] Fix CategoricalOps.astype to follow 
pandas 1.3
     new 2dc15d9  [SPARK-36537][PYTHON] Revisit disabled tests for 
CategoricalDtype

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/build_and_test.yml               |   4 +-
 python/pyspark/pandas/categorical.py               |   3 +-
 python/pyspark/pandas/data_type_ops/base.py        |   2 +-
 .../pandas/data_type_ops/categorical_ops.py        |   4 +-
 .../pyspark/pandas/data_type_ops/datetime_ops.py   |  19 +-
 python/pyspark/pandas/groupby.py                   |  37 +--
 python/pyspark/pandas/indexes/base.py              |   4 +-
 .../tests/data_type_ops/test_categorical_ops.py    |   6 +-
 python/pyspark/pandas/tests/indexes/test_base.py   |  84 ++++---
 .../pyspark/pandas/tests/indexes/test_category.py  |  15 +-
 python/pyspark/pandas/tests/test_categorical.py    |  76 ++++++-
 python/pyspark/pandas/tests/test_expanding.py      |  74 ++++--
 .../test_ops_on_diff_frames_groupby_expanding.py   |  13 +-
 .../test_ops_on_diff_frames_groupby_rolling.py     |  14 +-
 python/pyspark/pandas/tests/test_rolling.py        |  75 +++++--
 python/pyspark/pandas/tests/test_series.py         |  18 +-
 python/pyspark/pandas/window.py                    | 249 +++++++++++----------
 17 files changed, 432 insertions(+), 265 deletions(-)

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

Reply via email to