laskoviymishka commented on code in PR #960:
URL: https://github.com/apache/iceberg-go/pull/960#discussion_r3167434364


##########
io/registry.go:
##########
@@ -75,6 +75,20 @@ func init() {
        Register("", localFSFactory)
 }
 
+func schemeRegistrationHint(scheme string) string {
+       switch scheme {
+       case "s3", "s3a", "s3n", "gs", "abfs", "abfss", "wasb", "wasbs":
+               return `hint: import the matching IO module for side-effect 
registration:
+  _ "github.com/apache/iceberg-go/io/gocloud"  // for s3/gcs/azblob/file
+  _ "github.com/apache/iceberg-go/io/local"    // for file-only`

Review Comment:
   we don't have separate local package



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

Reply via email to