kosiew commented on code in PR #17021:
URL: https://github.com/apache/datafusion/pull/17021#discussion_r2284282422
##########
datafusion-cli/src/main.rs:
##########
@@ -174,27 +176,15 @@ async fn main_inner() -> Result<()> {
let session_config = get_session_config(&args)?;
let mut rt_builder = RuntimeEnvBuilder::new();
- // set memory pool size
+ let mut base_pool: Option<Arc<dyn MemoryPool>> = None;
Review Comment:
Amended to not require
`mut base_pool`
--
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]