mchades commented on code in PR #9971: URL: https://github.com/apache/gravitino/pull/9971#discussion_r2802426968
########## docs/spark-connector/spark-connector-udf.md: ########## @@ -0,0 +1,79 @@ +--- +title: "Spark connector - User-defined functions" +slug: /spark-connector/spark-connector-udf +keyword: spark connector UDF user-defined function +license: "This software is licensed under the Apache License version 2." +--- + +## Overview + +The Apache Gravitino Spark connector supports loading user-defined functions (UDFs) registered +in the Gravitino function registry. Once a function is +[registered in Gravitino](../manage-user-defined-function-using-gravitino.md), Spark can discover and +invoke it through standard Spark SQL syntax — no additional `CREATE FUNCTION` statement is needed. + +:::note +Currently, only **Java implementations** with `RuntimeType.SPARK` are supported in the Spark Review Comment: fixed -- 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]
