karenfeng commented on a change in pull request #35157:
URL: https://github.com/apache/spark/pull/35157#discussion_r782575915
##########
File path: core/src/main/resources/error/error-classes.json
##########
@@ -137,6 +145,10 @@
"message" : [ "Unrecognized SQL type %s" ],
"sqlState" : "42000"
},
+ "UNSUPPORTED_AES_MODE" : {
+ "message" : [ "The AES mode %s with the padding %s is not supported" ],
+ "sqlState" : "42000"
Review comment:
Should this be `0A000`?
--
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]