rraulinio commented on code in PR #1432:
URL: https://github.com/apache/iceberg-go/pull/1432#discussion_r3569391773
##########
catalog/catalog.go:
##########
@@ -39,6 +39,7 @@ import (
"github.com/apache/iceberg-go"
iceinternal "github.com/apache/iceberg-go/internal"
"github.com/apache/iceberg-go/table"
+ "github.com/apache/iceberg-go/udf"
Review Comment:
Agreed. I moved `FunctionCatalog` into `catalog/rest`, removed the `catalog
-> udf` dependency and removed the base-package interface assertion. Callers
holding a `catalog.Catalog` can now assert `rest.FunctionCatalog`.
--
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]