Yicong-Huang commented on code in PR #55532:
URL: https://github.com/apache/spark/pull/55532#discussion_r3157518994


##########
python/pyspark/sql/tests/arrow/test_arrow_grouped_map.py:
##########
@@ -148,8 +148,8 @@ def stats_iter(
 
             with self.assertRaisesRegex(
                 PythonException,
-                "Return type of the user-defined function should be 
pyarrow.RecordBatch, but is "
-                + "tuple",
+                "Return type of the user-defined function should be iterator 
of "

Review Comment:
   Agreed — loosened both regexes in 
`test_apply_in_arrow_not_returning_arrow_table` to keyword fragments in b3b4658.



-- 
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]

Reply via email to