[GitHub] [spark] dongjoon-hyun commented on a change in pull request #32801: [SPARK-12567][SQL] Add aes_encrypt and aes_decrypt builtin functions

2021-06-26 Thread GitBox
dongjoon-hyun commented on a change in pull request #32801: URL: https://github.com/apache/spark/pull/32801#discussion_r659262486 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala ## @@ -622,6 +622,8 @@ object

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #32801: [SPARK-12567][SQL] Add aes_encrypt and aes_decrypt builtin functions

2021-06-26 Thread GitBox
dongjoon-hyun commented on a change in pull request #32801: URL: https://github.com/apache/spark/pull/32801#discussion_r659262138 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/misc.scala ## @@ -301,3 +305,137 @@ case class CurrentUser()