This is an automated email from the ASF dual-hosted git repository. ruifengz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git
from 77f5c8442b1 [SPARK-40577][PS] Fix `CategoricalIndex.append` to match pandas 1.5.0 add 7bcf4b9b8d0 [SPARK-40606][PS][TEST] Eliminate `to_pandas` warnings in test No new revisions were added by this update. Summary of changes: .../pandas/tests/data_type_ops/test_binary_ops.py | 2 +- .../pandas/tests/data_type_ops/test_boolean_ops.py | 2 +- .../tests/data_type_ops/test_categorical_ops.py | 2 +- .../pandas/tests/data_type_ops/test_complex_ops.py | 2 +- .../pandas/tests/data_type_ops/test_date_ops.py | 2 +- .../tests/data_type_ops/test_datetime_ops.py | 2 +- .../pandas/tests/data_type_ops/test_null_ops.py | 2 +- .../pandas/tests/data_type_ops/test_num_ops.py | 6 +-- .../pandas/tests/data_type_ops/test_string_ops.py | 4 +- .../tests/data_type_ops/test_timedelta_ops.py | 2 +- .../pandas/tests/data_type_ops/test_udt_ops.py | 2 +- python/pyspark/pandas/tests/indexes/test_base.py | 16 +++---- .../pandas/tests/plot/test_frame_plot_plotly.py | 2 +- .../tests/plot/test_series_plot_matplotlib.py | 2 +- .../pandas/tests/plot/test_series_plot_plotly.py | 6 +-- python/pyspark/pandas/tests/test_dataframe.py | 52 +++++++++++----------- .../pandas/tests/test_dataframe_spark_io.py | 8 ++-- python/pyspark/pandas/tests/test_default_index.py | 2 +- python/pyspark/pandas/tests/test_groupby.py | 6 +-- python/pyspark/pandas/tests/test_indexing.py | 4 +- .../pandas/tests/test_ops_on_diff_frames.py | 8 ++-- python/pyspark/pandas/tests/test_repr.py | 48 ++++++++++---------- python/pyspark/pandas/tests/test_series.py | 4 +- .../pyspark/pandas/tests/test_series_datetime.py | 6 +-- 24 files changed, 97 insertions(+), 95 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org