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 7c7c1965878b [SPARK-48712][SQL] Perf Improvement for encode with empty
values or UTF-8 charset
add 48f39b898c36 [SPARK-48729][SQL] Add a UserDefinedFunction interface to
represent a SQL function
No new revisions were added by this update.
Summary of changes:
.../spark/sql/catalyst/catalog/SQLFunction.scala | 95 ++++++++++++++++++++++
.../sql/catalyst/catalog/UserDefinedFunction.scala | 68 ++++++++++++++++
.../command/CreateSQLFunctionCommand.scala | 23 +++++-
3 files changed, 185 insertions(+), 1 deletion(-)
create mode 100644
sql/core/src/main/scala/org/apache/spark/sql/catalyst/catalog/SQLFunction.scala
create mode 100644
sql/core/src/main/scala/org/apache/spark/sql/catalyst/catalog/UserDefinedFunction.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]