huaxingao opened a new pull request, #14954:
URL: https://github.com/apache/iceberg/pull/14954

   This PR adds Stage 1 support for Iceberg-managed SQL scalar UDFs in Spark 
4.1, backed by a REST service. Spark can list functions and execute them 
without session-scoped temporary registration by using an analyzer rewrite.
   Scope is intentionally read-only: list + load + execute (no 
CREATE/REPLACE/DROP).
   named arguments , default values, UDTF, CRUD will be supported in the 
following up stages


-- 
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]

Reply via email to