askalt opened a new pull request, #19925: URL: https://github.com/apache/datafusion/pull/19925
## Rationale for this change In our project we use some base `SessionState` (not managed by `SessionContext`) to implement some DDL operations, dynamically replacing its catalog to an actual one. So it would be good to have this function as a `pub` one. ## What changes are included in this PR? Export `SessionState::register_catalog_list(...)` method. -- 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]
