Skip to content

Commit 78f73a4

Browse files
committed
export SessionState::register_catalog_list(...)
1 parent 05802e2 commit 78f73a4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

datafusion/core/src/execution/session_state.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -878,11 +878,8 @@ impl SessionState {
878878
&self.catalog_list
879879
}
880880

881-
/// set the catalog list
882-
pub(crate) fn register_catalog_list(
883-
&mut self,
884-
catalog_list: Arc<dyn CatalogProviderList>,
885-
) {
881+
/// Set the catalog list
882+
pub fn register_catalog_list(&mut self, catalog_list: Arc<dyn CatalogProviderList>) {
886883
self.catalog_list = catalog_list;
887884
}
888885

0 commit comments

Comments
 (0)