jayzhan211 commented on PR #11485:
URL: https://github.com/apache/datafusion/pull/11485#issuecomment-2229803166

   We may even remove planners in SqlToRel 🤔 ?
   
   ```rust
   /// SQL query planner
   pub struct SqlToRel<'a, S: ContextProvider> {
       pub(crate) context_provider: &'a S,
       pub(crate) options: ParserOptions,
       pub(crate) normalizer: IdentNormalizer,
       /// user defined planner extensions
       pub(crate) planners: Vec<Arc<dyn ExprPlanner>>,
   }
   ```


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