You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2021/10/14 09:18:34 UTC

[spark] branch master updated (de0161a -> c11c44e)

This is an automated email from the ASF dual-hosted git repository.

wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from de0161a  [SPARK-36632][SQL] DivideYMInterval and DivideDTInterval should throw the same exception when divide by zero
     add c11c44e  [SPARK-12567][SQL] Add aes_encrypt and aes_decrypt builtin functions

No new revisions were added by this update.

Summary of changes:
 .../catalyst/expressions/ExpressionImplUtils.java  |  61 ++++++++++
 .../sql/catalyst/analysis/FunctionRegistry.scala   |   2 +
 .../spark/sql/catalyst/expressions/misc.scala      |  77 +++++++++++++
 .../spark/sql/errors/QueryExecutionErrors.scala    |   6 +
 .../sql-functions/sql-expression-schema.md         |   4 +-
 .../apache/spark/sql/DataFrameFunctionsSuite.scala | 127 +++++++++++++++++++++
 6 files changed, 276 insertions(+), 1 deletion(-)
 create mode 100644 sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/ExpressionImplUtils.java

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org