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

   Implements `FunctionCatalog` for Spark 3.3 and implements all variants of 
`Truncate` using magic functions.
   
   This allows users of `SparkCatalog` or `SparkSessionCatalog` to use 
`truncate` without having to register it as a UDF and allows for a dynamic 
width (e.g. to come from another column).
   
   All Iceberg functions that we register into the function catalog are 
accessible form all namespaces by default (provided the namespace exists inside 
of an Iceberg catalog).


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