tokoko opened a new issue, #2550: URL: https://github.com/apache/polaris/issues/2550
### Describe the bug In most cases Polaris SparkCatalog acts as a wrapper around the iceberg catalog with added functionality. However Polaris catalog plugin currently doesn't handle procedures while iceberg implementation does. For v3.5 Iceberg uses it's own ProcedureCatalog, while for v4.0 the one in spark. It should be possible (?) to mimic iceberg behavior even in current 3.5 version by utilizing ProcedureCatalog interface from iceberg. ### To Reproduce Call any of the procedures from [iceberg](https://iceberg.apache.org/docs/latest/spark-procedures/). ### Actual Behavior Polaris SparkCatalog throws an error. ### Expected Behavior Polaris SparkCatalog should delegate procedure calls to iceberg ### Additional context _No response_ ### System information _No response_ -- 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]
