alamb commented on code in PR #13210: URL: https://github.com/apache/datafusion/pull/13210#discussion_r1826973882
########## datafusion/core/src/physical_planner.rs: ########## @@ -1797,11 +1797,19 @@ impl DefaultPhysicalPlanner { Err(e) => return Err(e), } } - Err(e) => stringified_plans - .push(StringifiedPlan::new(InitialPhysicalPlan, e.to_string())), Review Comment: I played around with this some more this morning -- I think the reason the error isn't displayed is that `InitialPhysicalPlan` is not shown by default in explain plans. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org