jayzhan211 commented on issue #15114: URL: https://github.com/apache/datafusion/issues/15114#issuecomment-2709963871
The difference is that if you add `expr_planners` to `SessionState` only, you need `SessionState ` which is only accessible in core crate, if you add it to `Session` trait then you can call it in `catalog` crate or others that import `Session` -- 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]
