Commit e5e7636
authored
export
## 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.SessionState::register_catalog_list(...) (apache#19925)1 parent c135236 commit e5e7636
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
878 | 878 | | |
879 | 879 | | |
880 | 880 | | |
881 | | - | |
882 | | - | |
883 | | - | |
884 | | - | |
885 | | - | |
| 881 | + | |
| 882 | + | |
886 | 883 | | |
887 | 884 | | |
888 | 885 | | |
| |||
0 commit comments