comphead commented on code in PR #9734:
URL: https://github.com/apache/arrow-datafusion/pull/9734#discussion_r1535807632


##########
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:
   In follow up we need to refactor this part as for different schemas its too 
much of the common code



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

Reply via email to