Skip to content

Commit

Permalink
strip_backtrace to passs ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordworms committed Nov 4, 2024
1 parent 82d9560 commit 3dd7a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/src/physical_planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ impl DefaultPhysicalPlanner {
Err(err) => {
stringified_plans.push(StringifiedPlan::new(
PhysicalPlanError,
err.to_string(),
err.strip_backtrace(),
));
}
}
Expand Down

0 comments on commit 3dd7a48

Please sign in to comment.