cloud-fan commented on code in PR #46138:
URL: https://github.com/apache/spark/pull/46138#discussion_r1574084230
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -3798,6 +3798,21 @@
],
"sqlState" : "22003"
},
+ "SYNTAX_DISCONTINUED" : {
+ "message" : [
+ "Support of the clause or keyword: <clause> has been discontinued in
this context."
+ ],
+ "subClass" : {
+ "BANG_EQUALS_NOT" : {
+ "message" : [
+ "The '!' keyword is supported as a prefix operator in a logical
operation only.",
Review Comment:
what is logical operation?
--
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]