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 2021/08/03 05:02:45 UTC

[spark] branch master updated (63517eb -> 8cb9cf3)

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 63517eb  [SPARK-36331][CORE] Add standard SQLSTATEs to error guidelines
     add 8cb9cf3  [SPARK-36345][SPARK-36367][INFRA][PYTHON] Disable tests failed by the incompatible behavior of pandas 1.3

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build_and_test.yml               |  4 +-
 python/pyspark/pandas/groupby.py                   | 18 +++--
 python/pyspark/pandas/series.py                    |  4 +-
 .../tests/data_type_ops/test_categorical_ops.py    |  6 +-
 python/pyspark/pandas/tests/indexes/test_base.py   | 76 +++++++++++---------
 .../pyspark/pandas/tests/indexes/test_category.py  |  5 +-
 python/pyspark/pandas/tests/test_categorical.py    | 82 ++++++++++++++++++----
 python/pyspark/pandas/tests/test_expanding.py      | 51 ++++++++------
 .../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        | 52 ++++++++------
 python/pyspark/pandas/tests/test_series.py         | 16 +++--
 12 files changed, 227 insertions(+), 114 deletions(-)

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