Skip to content

Commit 390e97e

Browse files
timsaucerCopilot
andcommitted
minor renaming
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fce870b commit 390e97e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/ffi/src/execution_plan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ unsafe extern "C" fn execute_fn_wrapper(
152152
let runtime = plan.runtime();
153153
let plan = plan.inner();
154154

155-
let _guard = runtime.as_ref().map(|rt| rt.enter());
155+
let _runtime_guard = runtime.as_ref().map(|rt| rt.enter());
156156

157157
rresult!(
158158
plan.execute(partition, ctx)

0 commit comments

Comments
 (0)