MaxGekk commented on code in PR #40970:
URL: https://github.com/apache/spark/pull/40970#discussion_r1192959026


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1051,6 +1051,16 @@
           "expects a binary value with 16, 24 or 32 bytes, but got 
<actualLength> bytes."
         ]
       },
+      "AES_IV_LENGTH" : {
+        "message" : [
+          "supports 16-byte CBC IVs and 12-byte GCM IVs, but got 
<actualLength> bytes for <mode>."
+        ]
+      },
+      "AES_SALTED_MAGIC" : {

Review Comment:
   Is it used somewhere? If not, please, remove it.



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to