wgtmac commented on issue #324: URL: https://github.com/apache/iceberg-cpp/issues/324#issuecomment-3545084312
Thanks for your interest! There are some past discussions with regard to IO for the record: https://github.com/apache/iceberg-cpp/issues/307#issuecomment-3519607213 https://github.com/apache/iceberg-cpp/issues/21 https://github.com/apache/iceberg-cpp/issues/2 Since the `libiceberg-bundle` depends on `arrow::fs::FileSystem`, I think the right direction would be extending `arrow::fs::FileSystem` to support Aliyun OSS and then enable `libiceberg-bundle` to use it. It seems that this feature can be maintained out of this repo. -- 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]
