Skip to content

Commit a44cfb8

Browse files
committed
minor
1 parent 42257da commit a44cfb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/core/src/execution/session_state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ struct SessionContextProvider<'a> {
16281628

16291629
impl ContextProvider for SessionContextProvider<'_> {
16301630
fn get_expr_planners(&self) -> &[Arc<dyn ExprPlanner>] {
1631-
&self.state.expr_planners
1631+
self.state.expr_planners()
16321632
}
16331633

16341634
fn get_type_planner(&self) -> Option<Arc<dyn TypePlanner>> {

0 commit comments

Comments
 (0)