zeroshade commented on code in PR #276:
URL: https://github.com/apache/iceberg-go/pull/276#discussion_r1932886875


##########
catalog/glue/glue.go:
##########
@@ -69,7 +69,7 @@ var (
 
 func init() {
        catalog.Register("glue", catalog.RegistrarFunc(func(_ string, props 
iceberg.Properties) (catalog.Catalog, error) {
-               awsConfig, err := toAwsConfig(props)
+               awsConfig, err := toAwsConfig(context.Background(), props)

Review Comment:
   should we change the registry to accept a context as part of 
`catalog.RegistrarFunc`?



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

Reply via email to