ueshin commented on PR #42065:
URL: https://github.com/apache/spark/pull/42065#issuecomment-1641041041
I see some errors in `test_parity_udtf` on my local:
```
======================================================================
FAIL [0.032s]: test_udtf_with_empty_yield
(pyspark.sql.tests.connect.test_parity_udtf.ArrowUDTFParityTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/.../python/pyspark/sql/tests/connect/test_parity_udtf.py", line
114, in test_udtf_with_empty_yield
TestUDTF(lit(1)).collect()
AssertionError: SparkConnectGrpcException not raised
======================================================================
FAIL [0.026s]: test_udtf_with_empty_yield
(pyspark.sql.tests.connect.test_parity_udtf.UDTFParityTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/.../python/pyspark/sql/tests/connect/test_parity_udtf.py", line
114, in test_udtf_with_empty_yield
TestUDTF(lit(1)).collect()
AssertionError: SparkConnectGrpcException not raised
----------------------------------------------------------------------
```
--
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]