itholic commented on code in PR #40658:
URL: https://github.com/apache/spark/pull/40658#discussion_r1190642888
##########
python/pyspark/pandas/tests/test_groupby_slow.py:
##########
@@ -27,6 +27,11 @@
class GroupBySlowTestsMixin:
+ @unittest.skipIf(
+ LooseVersion(pd.__version__) >= LooseVersion("2.0.0"),
+ "TODO(SPARK-43445): Enable
GroupBySlowTests.test_split_apply_combine_on_series "
+ "for pandas 2.0.0.",
+ )
Review Comment:
Since there are too many behavior differences to handle them within single
PR, let me address the remaining tasks in multiple follow-ups. I already
created multiple tickets on https://issues.apache.org/jira/browse/SPARK-42618,
so I'd also hope to encourage the community members jump into remaining pandas
2.0.0 supporting.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]