gengliangwang commented on code in PR #48047:
URL: https://github.com/apache/spark/pull/48047#discussion_r1752917950
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -3707,6 +3707,12 @@
],
"sqlState" : "42K03"
},
+ "PIPE_OPERATOR_SELECT_CONTAINS_AGGREGATE_FUNCTION" : {
+ "message" : [
+ "Aggregate function <expr> is not allowed when using the pipe operator
|> SELECT clause; please use the pipe operator |> AGGREGATE clause instead"
Review Comment:
This is a bit odd since `|> AGGREGATE` is not added yet
--
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]