itholic commented on code in PR #39260:
URL: https://github.com/apache/spark/pull/39260#discussion_r1073551736
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -961,6 +961,11 @@
],
"sqlState" : "42000"
},
+ "NOT_A_PARTITIONED_TABLE" : {
+ "message" : [
+ "Operation <operation> is not allowed for <tableIdentWithDB> because it
is not a partitioned table."
Review Comment:
Let me handle this when I submit another error message improvement PR.
Thanks!
--
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]