HyukjinKwon commented on a change in pull request #33634:
URL: https://github.com/apache/spark/pull/33634#discussion_r683913412
##########
File path: python/pyspark/pandas/tests/indexes/test_base.py
##########
@@ -1542,6 +1540,19 @@ def test_union(self):
pidx2.union(pd.Series([1, 2, 3, 4, 3, 4, 3, 4])),
almost=True,
Review comment:
Wouldn't the test now fail with pandas lower than 1.3? We should at
least skip or make the tests pass manually in other versions
--
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]