timsaucer opened a new issue, #19277: URL: https://github.com/apache/datafusion/issues/19277
### Is your feature request related to a problem or challenge? This is a follow on to https://github.com/apache/datafusion/pull/19223 To reduce the scope of that PR, two methods in the Session trait were not implemented, `runtime_env` and `execution_props`. It may be useful to some downstream users to have these available, specifically if any `TableProvider`s make use of their contents. ### Describe the solution you'd like Follow the same design pattern as the rest of the FFI crate and implement these structs. Expose them in `FFI_Session` ### Describe alternatives you've considered We can leave as is for now, which is no worse than what currently exists before `FFI_Session` was implemented. ### Additional context There has not been any user requests, so this may not be high priority. -- 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]
