HyukjinKwon commented on code in PR #36113:
URL: https://github.com/apache/spark/pull/36113#discussion_r849199990
##########
python/pyspark/sql/tests/test_pandas_udf_grouped_agg.py:
##########
@@ -486,7 +486,9 @@ def test_invalid_args(self):
with QuietTest(self.sc):
with self.assertRaisesRegex(
- AnalysisException, "mixture.*aggregate function.*group
aggregate pandas UDF"
+ AnalysisException,
+ "The group aggregate pandas UDF 'avg' cannot be invoked
together with as other, " +
Review Comment:
`+` at the end wouldn't be necessary.
--
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]