Skip to content

Commit 06d0f47

Browse files
askaltАльберт Скальт
authored andcommitted
session state: make builder clonable
1 parent de5f1d5 commit 06d0f47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)