Jimexist commented on code in PR #3540:
URL: https://github.com/apache/arrow-datafusion/pull/3540#discussion_r974898488


##########
datafusion-cli/src/main.rs:
##########
@@ -76,6 +81,22 @@ struct Args {
         help = "Reduce printing other than the results and work quietly"
     )]
     quiet: bool,
+
+    #[clap(
+        short = 'o',
+        long = "object-store",
+        help = "Register an object-store to Datafusion's execution context",
+        requires = "bucket-name"
+    )]
+    object_store_option: Option<ObjectStoreRegistrationOptions>,

Review Comment:
   can this param be repetitive?



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