harveyyue commented on code in PR #9734:
URL: https://github.com/apache/arrow-datafusion/pull/9734#discussion_r1536546953
##########
datafusion-cli/src/object_storage.rs:
##########
@@ -415,6 +424,15 @@ pub(crate) async fn get_object_store(
let builder = get_oss_object_store_builder(url, options)?;
Arc::new(builder.build()?)
}
+ "cos" => {
+ let Some(options) = table_options.extensions.get::<AwsOptions>()
else {
Review Comment:
Yes, agree with you.
--
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]