tustvold commented on issue #172:
URL: https://github.com/apache/iceberg-rust/issues/172#issuecomment-2472807387

   > instance that implements the FileIO trait?
   
   At the moment FileIO is not a trait but a struct - 
https://docs.rs/iceberg/latest/iceberg/io/struct.FileIO.html
   
   I personally think it would be valuable to make this a trait so people can 
bring their own IO implementations, be they based on object_store or something 
else. This is the approach we have taken elsewhere in the ecosystem and it 
works well


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