dtenedor commented on code in PR #48413:
URL: https://github.com/apache/spark/pull/48413#discussion_r1805260413
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -5006,6 +5011,11 @@
"Multiple bucket TRANSFORMs."
]
},
+ "MULTIPLE_QUERY_RESULT_CLAUSES_WITH_PIPE_OPERATORS" : {
Review Comment:
Sounds good, done.
##########
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:
Sure, switched to this format.
--
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]