cloud-fan commented on code in PR #48413:
URL: https://github.com/apache/spark/pull/48413#discussion_r1803987574
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -5006,6 +5011,11 @@
"Multiple bucket TRANSFORMs."
]
},
+ "MULTIPLE_QUERY_RESULT_CLAUSES_WITH_PIPE_OPERATORS" : {
+ "message" : [
+ "Syntax error: the SQL pipe operator syntax using |> does not
support <clauses>. Please separate the multiple result clauses into separate
pipe operators and then retry the query again."
Review Comment:
The idea is to make the error parameters simple, so that people can consume
it programatically.
--
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]