Skip to content

Commit 9cc580c

Browse files
committed
Make session state builder clonable
1 parent 29d63c1 commit 9cc580c

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
@@ -969,6 +969,7 @@ impl SessionState {
969969
/// be used for all values unless explicitly provided.
970970
///
971971
/// See example on [`SessionState`]
972+
#[derive(Clone)]
972973
pub struct SessionStateBuilder {
973974
session_id: Option<String>,
974975
analyzer: Option<Analyzer>,

0 commit comments

Comments
 (0)