arnaudbriche opened a new issue, #377: URL: https://github.com/apache/iceberg-go/issues/377
### Feature Request / Improvement Hi, In my use case, where are using version-hint.text file as a catalog. I just had to implement CatalogIO on my own and it works OK. I think it's great that anyone can implement this interface to fit it's use-case. There is one issue though: ``` CreateTable( ctx context.Context, identifier table.Identifier, schema *iceberg.Schema, opts ...catalog.CreateTableOpt, ) ```` Here the catalog.CreateTableOpt is an alias to an internal type. It makes it impossible to make use of opts when implementing an CatalogIO. Would you mind making this struct public ? -- 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: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org