CTTY commented on code in PR #2214:
URL: https://github.com/apache/iceberg-rust/pull/2214#discussion_r2893453349


##########
crates/iceberg/src/io/file_io.rs:
##########
@@ -35,16 +35,10 @@ use crate::Result;
 /// All paths passed to `FileIO` must be absolute paths starting with the 
scheme string
 /// appropriate for the storage backend being used.
 ///
-/// Supported storages:
-///
-/// | Storage            | Feature Flag      | Expected Path Format            
 | Schemes                       |
-/// 
|--------------------|-------------------|----------------------------------| 
------------------------------|
-/// | Local file system  | `storage-fs`      | `file`                          
 | `file://path/to/file`         |
-/// | Memory             | `storage-memory`  | `memory`                        
 | `memory://path/to/file`       |
-/// | S3                 | `storage-s3`      | `s3`, `s3a`                     
 | `s3://<bucket>/path/to/file`  |
-/// | GCS                | `storage-gcs`     | `gs`, `gcs`                     
 | `gs://<bucket>/path/to/file`  |
-/// | OSS                | `storage-oss`     | `oss`                           
 | `oss://<bucket>/path/to/file` |
-/// | Azure Datalake     | `storage-azdls`   | `abfs`, `abfss`, `wasb`, 
`wasbs` | `abfs://<filesystem>@<account>.dfs.core.windows.net/path/to/file` or 
`wasb://<container>@<account>.blob.core.windows.net/path/to/file` |
+/// This crate provides native support for local filesystem (`file://`) and
+/// memory (`memory://`) storage. For extensive storage backend support (S3, 
GCS,
+/// OSS, Azure, etc.), use the
+/// 
[`iceberg-storage-opendal`](https://crates.io/crates/iceberg-storage-opendal) 
crate.

Review Comment:
   the link is invalid for now but should be good once we publish it



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