liurenjie1024 commented on issue #356: URL: https://github.com/apache/iceberg-rust/issues/356#issuecomment-2081512923
I think a `FileIO` trait would still be necessary for two reasons: 1. It's more familiar to iceberg community, which makes this easier to maintain and align with other implementations such as java/python. 2. Unlike `object_store` which provides direct interface to storage, `FileIO` could be chained, for example when we need to deal with encryption. This way we can hide complexity from end user. -- 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