MaxGekk commented on code in PR #38629:
URL: https://github.com/apache/spark/pull/38629#discussion_r1020857192


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -929,6 +929,11 @@
       "Star (*) is not allowed in a select list when GROUP BY an ordinal 
position is used."
     ]
   },
+  "STREAM_FAILED" : {
+    "message" : [
+      "Query [id = <id>, runId = <runId>] terminated with exception: <message>"

Review Comment:
   I leaved the error message as is to don't break existing apps but the 
`message` can be removed since it is available in the `cause` exception.



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