rymurr commented on pull request #3579:
URL: https://github.com/apache/iceberg/pull/3579#issuecomment-980327279


   I like the idea of getting them from the iceberg catalog. I am trying to do 
that now but I am not sure how to cleanly. `Procedure` and associated classes 
all rely explicitly on Spark so the Iceberg `Catalog` can't extend 
`ProcedureCatalog` directly. I am wondering about adding a method something 
like `Class procedureCatalog(String executionEngine)` to `Catalog` via a new 
interface. This could return the class for a custom procedure catalog that 
`SparkCatalog` or equivalent for other engines could use to instantiate new 
procedures. Thoughts?


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