HyukjinKwon commented on pull request #32154:
URL: https://github.com/apache/spark/pull/32154#issuecomment-820368351
Seems like it broke the tests:
```
======================================================================
ERROR [4.255s]: test_frame_iloc_setitem
(pyspark.pandas.tests.test_indexing.IndexingTest)
----------------------------------------------------------------------
ValueError: setting an array element with a sequence.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/__w/spark/spark/python/pyspark/pandas/tests/test_indexing.py", line
1093, in test_frame_iloc_setitem
kdf.iloc[0, 0] = -kdf.max_speed
AssertionError: "Incompatible indexer with Series" does not match "setting
an array element with a sequence."
======================================================================
ERROR [13.432s]: test_series_iloc_setitem
(pyspark.pandas.tests.test_indexing.IndexingTest)
----------------------------------------------------------------------
ValueError: setting an array element with a sequence.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/__w/spark/spark/python/pyspark/pandas/tests/test_indexing.py", line
1238, in test_series_iloc_setitem
kser.iloc[1] = kdf[["b"]]
AssertionError: "Incompatible indexer with DataFrame" does not match
"setting an array element with a sequence."
----------------------------------------------------------------------
Ran 39 tests in 221.061s
FAILED (errors=2, skipped=5)
```
I am going to revert this. @itholic can you take a look please?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]