alamb commented on pull request #1451:
URL: https://github.com/apache/arrow-datafusion/pull/1451#issuecomment-995241146


   I think `ExecutionContext` does implement clone:
   
   ```rust
   #[derive(Clone)]
   pub struct ExecutionContext {
       /// Internal state for the context
       pub state: Arc<Mutex<ExecutionContextState>>,
   }
   ```


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