Skip to content

Commit 3bbff38

Browse files
committed
fix ci
1 parent a44cfb8 commit 3bbff38

File tree

1 file changed

+1
-1
lines changed
  • datafusion/core/src/execution/context

1 file changed

+1
-1
lines changed

datafusion/core/src/execution/context/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1632,7 +1632,7 @@ impl FunctionRegistry for SessionContext {
16321632
}
16331633

16341634
fn expr_planners(&self) -> Vec<Arc<dyn ExprPlanner>> {
1635-
self.state.read().expr_planners()
1635+
self.state.read().expr_planners().to_vec()
16361636
}
16371637

16381638
fn register_expr_planner(

0 commit comments

Comments
 (0)