mrcnc commented on code in PR #313:
URL: https://github.com/apache/iceberg-go/pull/313#discussion_r2021783032


##########
io/io.go:
##########
@@ -258,6 +258,11 @@ func inferFileIOFromSchema(ctx context.Context, path 
string, props map[string]st
                bucket = memblob.OpenBucket(nil)
        case "file", "":
                return LocalFS{}, nil
+       case "abfs", "abfss", "wasb", "wasbs":

Review Comment:
   > do the different schemes mean anything important?
   
   The abfs URIs will use a different HTTP endpoint than wasb but they are 
addressing the same object.



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