Skip to content

Commit 6ab3c59

Browse files
committed
session state: make builder clonable
1 parent f621431 commit 6ab3c59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datafusion/core/src/execution/session_state.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,7 @@ impl SessionState {
932932
/// be used for all values unless explicitly provided.
933933
///
934934
/// See example on [`SessionState`]
935+
#[derive(Clone)]
935936
pub struct SessionStateBuilder {
936937
session_id: Option<String>,
937938
analyzer: Option<Analyzer>,

0 commit comments

Comments
 (0)