dtenedor commented on code in PR #48413:
URL: https://github.com/apache/spark/pull/48413#discussion_r1805315355


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -3448,6 +3448,11 @@
     ],
     "sqlState" : "0A000"
   },
+  "MULTIPLE_QUERY_RESULT_CLAUSES_WITH_PIPE_OPERATORS" : {
+    "message" : [
+      "<clause1> and <clause2> can not coexist in the same SQL pipe operator 
using '|>'. Please separate the multiple result clauses into separate pipe 
operators and then retry the query again."
+    ]

Review Comment:
   👍 I added the sqlState in here.



-- 
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]

Reply via email to