cloud-fan commented on a change in pull request #34852:
URL: https://github.com/apache/spark/pull/34852#discussion_r767477561
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/DataFrameFunctionsSuite.scala
##########
@@ -386,7 +386,7 @@ class DataFrameFunctionsSuite extends QueryTest with
SharedSparkSession {
}
// Unsupported AES mode and padding in decrypt
- checkUnsupportedMode(df2.selectExpr(s"aes_decrypt(value16, '$key16',
'GSM')"))
+ checkUnsupportedMode(df2.selectExpr(s"aes_decrypt(value16, '$key16',
'GSM', 'PKCS')"))
Review comment:
shall we test `GCM`?
--
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]