alamb commented on code in PR #2616:
URL: https://github.com/apache/arrow-datafusion/pull/2616#discussion_r882079266


##########
datafusion/core/src/execution/context.rs:
##########
@@ -1189,7 +1190,7 @@ pub struct SessionState {
     /// Uuid for the session
     pub session_id: String,
     /// Responsible for optimizing a logical plan
-    pub optimizers: Vec<Arc<dyn OptimizerRule + Send + Sync>>,
+    pub optimizer: Optimizer,

Review Comment:
   I think this is a nice improvement 👍 



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