vbekiaris commented on code in PR #441: URL: https://github.com/apache/iceberg-go/pull/441#discussion_r2132306181
########## catalog/glue/options.go: ########## @@ -18,13 +18,18 @@ package glue import ( + "context" + + "github.com/apache/iceberg-go/io" "github.com/aws/aws-sdk-go-v2/aws" ) type AwsProperties map[string]string type Option func(*options) +type FSLoaderFunction func(ctx context.Context, props map[string]string, location string) (io.IO, error) Review Comment: @zeroshade thanks for the feedback. Maybe #455 looks like what you had in mind? -- 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