davidm-db commented on code in PR #45622:
URL: https://github.com/apache/spark/pull/45622#discussion_r1535541672
##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -1746,6 +1746,34 @@
],
"sqlState" : "22012"
},
+ "INVALID_AGGREGATE_FILTER" : {
+ "message" : [
+ "The FILTER expression <filterExpr> in an aggregate function is invalid."
Review Comment:
Not needed now since I changed from `toPrettySQL()` to `toSQLExpr()` which
basically adds quotes around the SQL string.
--
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]