Skip to content

Commit

Permalink
Derive Debug on SessionStateBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyZhOon committed Sep 26, 2024
1 parent c259a94 commit 58587e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/core/src/execution/session_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ impl SessionState {
/// be used for all values unless explicitly provided.
///
/// See example on [`SessionState`]
#[derive(Debug)]
pub struct SessionStateBuilder {
session_id: Option<String>,
analyzer: Option<Analyzer>,
Expand Down

0 comments on commit 58587e0

Please sign in to comment.