cloud-fan commented on a change in pull request #35707:
URL: https://github.com/apache/spark/pull/35707#discussion_r818305904
##########
File path: core/src/main/resources/error/error-classes.json
##########
@@ -122,6 +122,10 @@
"message" : [ "PARTITION clause cannot contain a non-partition column
name: %s" ],
"sqlState" : "42000"
},
+ "PARSE_INPUT_MISMATCHED" : {
+ "message" : [ "syntax error at or near %s" ],
Review comment:
```suggestion
"message" : [ "Syntax error at or near %s" ],
```
--
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]