BlakeOrth commented on code in PR #18004:
URL: https://github.com/apache/datafusion/pull/18004#discussion_r2421594775


##########
datafusion-cli/examples/cli-session-context.rs:
##########
@@ -84,11 +91,17 @@ impl CliSessionContext for MyUnionerContext {
 pub async fn main() {
     let my_ctx = MyUnionerContext::default();
 
+    let profile_mode = InstrumentedObjectStoreMode::default();

Review Comment:
   I went ahead and modified `new()` and added the `with_profile_mode()` as a 
builder style method. I'm happy to also add `with_inner()` quickly if you'd 
prefer having that available in spite of it not (yet?) being used.



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

Reply via email to