davidm-db commented on code in PR #45622:
URL: https://github.com/apache/spark/pull/45622#discussion_r1535547549
##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -1,4 +1,32 @@
{
+ "AGGREGATE_FILTER_EXPRESSION_ERROR" : {
+ "message" : [
+ "FILTER expression in aggregate function has errors:"
+ ],
+ "subClass" : {
+ "CONTAINS_AGGREGATE" : {
+ "message" : [
+ "FILTER expression contains an aggregation."
Review Comment:
Done as suggested.
--
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]