Skip to content

Commit

Permalink
Fix doc build on catalog API
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored and findepi committed Jul 25, 2024
1 parent b8b0506 commit 64e6c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/catalog/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ use std::sync::Arc;
/// ```
/// # use datafusion_catalog::Session;
/// # use datafusion_common::{Result, exec_datafusion_err};
/// struct SessionState {}
/// # struct SessionState {}
/// // Given a `Session` reference, get the concrete `SessionState` reference
/// // Note: this may stop working in future versions,
/// fn session_state_from_session(session: &dyn Session) -> Result<&SessionState> {
Expand All @@ -63,7 +63,7 @@ use std::sync::Arc;
/// ```
///
/// [`SessionState`]: https://docs.rs/datafusion/latest/datafusion/execution/session_state/struct.SessionState.html
/// [TableProvider]: crate::TableProvider
/// [`TableProvider`]: crate::TableProvider
#[async_trait]
pub trait Session: Send + Sync {
/// Return the session ID
Expand Down

0 comments on commit 64e6c20

Please sign in to comment.