stefankandic commented on code in PR #45104:
URL: https://github.com/apache/spark/pull/45104#discussion_r1508671400
##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -2304,6 +2304,12 @@
},
"sqlState" : "22023"
},
+ "INVALID_PARTITION_COLUMN_DATA_TYPE" : {
+ "message" : [
+ "Cannot use <type> for partition column."
+ ],
+ "sqlState" : "42601"
Review Comment:
thanks for the response! will fix it in a separate PR since this one is
already closed
--
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]