File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ use std::sync::Arc;
5252/// ```
5353/// # use datafusion_catalog::Session;
5454/// # use datafusion_common::{Result, exec_datafusion_err};
55- /// struct SessionState {}
55+ /// # struct SessionState {}
5656/// // Given a `Session` reference, get the concrete `SessionState` reference
5757/// // Note: this may stop working in future versions,
5858/// fn session_state_from_session(session: &dyn Session) -> Result<&SessionState> {
@@ -63,7 +63,7 @@ use std::sync::Arc;
6363/// ```
6464///
6565/// [`SessionState`]: https://docs.rs/datafusion/latest/datafusion/execution/session_state/struct.SessionState.html
66- /// [TableProvider]: crate::TableProvider
66+ /// [` TableProvider` ]: crate::TableProvider
6767#[ async_trait]
6868pub trait Session : Send + Sync {
6969 /// Return the session ID
You can’t perform that action at this time.
0 commit comments