srielau commented on code in PR #45104:
URL: https://github.com/apache/spark/pull/45104#discussion_r1508421890
##########
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:
Actually the 0A000 was more correct.
0A000 means a feature is not supported. It implies that in some future it
may be and the user hit a limit rather than just writing something inherently
wrong.
--
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]