alamb commented on issue #12394: URL: https://github.com/apache/datafusion/issues/12394#issuecomment-2365157517
I wonder if we could change ListingTable::infer and anything else that uses `SessionState` directly to take a trait instance `&dyn Session`: https://docs.rs/datafusion/latest/datafusion/catalog/trait.Session.html That might then permit avoiding the need for an enture SessionContext 🤔 -- 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]
