Skip to content

Commit

Permalink
default session state should include default features
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangpengHao authored and backkem committed Nov 1, 2024
1 parent d4028cb commit c4dd66a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion-federation/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pub fn default_session_state() -> SessionState {
SessionStateBuilder::new()
.with_optimizer_rules(rules)
.with_query_planner(Arc::new(FederatedQueryPlanner::new()))
.with_default_features()
.build()
}

Expand Down

0 comments on commit c4dd66a

Please sign in to comment.