wolfeidau commented on code in PR #58: URL: https://github.com/apache/iceberg-go/pull/58#discussion_r1474275221
########## catalog/catalog.go: ########## @@ -47,19 +52,136 @@ func WithAwsConfig(cfg aws.Config) Option { } } +func WithCredential(cred string) Option { Review Comment: It feels like these options are being overloaded with probably only minimal overlap, do you think we should move these catalog implementations into their own packages, each with their own options? I got a feeling this would happen with "common options", interested in your 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: issues-unsubscr...@iceberg.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