Skip to content

Commit 89a9215

Browse files
timsaucerCopilot
andauthored
minor renaming
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 92ae87f commit 89a9215

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
@@ -151,7 +151,7 @@ unsafe extern "C" fn execute_fn_wrapper(
151151
let runtime = plan.runtime();
152152
let plan = plan.inner();
153153

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

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

0 commit comments

Comments
 (0)