MaxGekk commented on PR #38769:
URL: https://github.com/apache/spark/pull/38769#issuecomment-1331119124
@itholic Could you fix the test failure. It seems it is related to your
changes:
```
python/pyspark/sql/tests/pandas/test_pandas_udf_grouped_agg.py.test_invalid_args
"COLUMN_NOT_IN_GROUP_BY_CLAUSE" does not match "[MISSING_AGGREGATION] The
non-aggregating expression "v" is based on columns which are not participating
in the GROUP BY clause.
Add the columns or the expression to the GROUP BY, aggregate the expression,
or use "any_value("v")" if you do not care which of the values within a group
is returned.;
Aggregate [id#668L], [id#668L, plus_one(v#674)#687 AS plus_one(v)#688]
```
--
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]