timsaucer commented on code in PR #23703:
URL: https://github.com/apache/datafusion/pull/23703#discussion_r3614274041
##########
datafusion/session/src/session.rs:
##########
@@ -79,6 +81,9 @@ pub trait Session: Send + Sync {
/// Return the [`SessionConfig`]
fn config(&self) -> &SessionConfig;
+ /// Return the catalogs registered with this session.
+ fn catalog_list(&self) -> Arc<dyn CatalogProviderList>;
Review Comment:
This new function on the `Session` trait is the main point of this PR. The
other code is moved around to support the dependency requirements.
--
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]