Fokko commented on code in PR #349:
URL: https://github.com/apache/iceberg-rust/pull/349#discussion_r1611259929


##########
crates/iceberg/src/io.rs:
##########
@@ -368,6 +368,9 @@ impl Storage {
         new_props.insert("root".to_string(), DEFAULT_ROOT_PATH.to_string());
 
         match scheme {
+            Scheme::Memory => Ok(Self::LocalFs {

Review Comment:
   I would highly recommend the Rest catalog that we use for PyIceberg as well: 
https://github.com/apache/iceberg-python/blob/996afd0c44717d6ac345b8419bf01b25be2d6051/dev/docker-compose-integration.yml#L43-L56
   
   The nice thing here that it will also validate the responses



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