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


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -4144,6 +4144,29 @@
     ],
     "sqlState" : "42601"
   },
+  "STREAMING_OUTPUT_MODE" : {

Review Comment:
   @HeartSaVioR I believe it is not necessary to add the prefixes like `ERROR`, 
`INVALID`, `FAILED` everywhere especially in this particular case. It should be 
clear to users that we deal with error situation/condition, so, in our case the 
condition is `streaming + output mode`. And details like `INVALID`, 
`NOT_SUPPORTED` are in sub-classes.



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