Skip to content

Commit

Permalink
revert whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jan 28, 2025
1 parent 453bf5b commit 65acbb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion native/core/src/execution/jni_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ pub unsafe extern "system" fn Java_org_apache_comet_Native_executePlan(
let start = Instant::now();
let planner = PhysicalPlanner::new(Arc::clone(&exec_context.session_ctx))
.with_exec_id(exec_context_id);

let (scans, root_op) = planner.create_plan(
&exec_context.spark_plan,
&mut exec_context.input_sources.clone(),
Expand Down

0 comments on commit 65acbb5

Please sign in to comment.