HyukjinKwon commented on PR #38801:
URL: https://github.com/apache/spark/pull/38801#issuecomment-1330372149
Hm, I can't reproduce the error in my local:
```
======================================================================
FAIL [0.355s]: test_write_operations
(pyspark.sql.tests.connect.test_connect_basic.SparkConnectTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/__w/spark/spark/python/pyspark/sql/tests/connect/test_connect_basic.py", line
615, in test_write_operations
self.assertEqual(set(df.collect()), set(ndf.collect()))
AssertionError: Items in the first set but not the second:
Row(id=1)
Row(id=75)
Row(id=25)
Row(id=50)
```
```
Running PySpark tests. Output is in /.../spark/python/unit-tests.log
Will test against the following Python executables: ['python3.9']
Will test the following Python tests:
['pyspark.sql.tests.connect.test_connect_basic']
python3.9 python_implementation is CPython
python3.9 version is: Python 3.9.5
Starting test(python3.9): pyspark.sql.tests.connect.test_connect_basic (temp
output:
/.../spark/python/target/13f63ed8-72bc-489a-b7c9-2b10edf0c94b/python3.9__pyspark.sql.tests.connect.test_connect_basic__63yhqjf1.log)
Finished test(python3.9): pyspark.sql.tests.connect.test_connect_basic (20s)
Tests passed in 20 seconds
```
--
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]