chenkovsky opened a new pull request, #16097: URL: https://github.com/apache/datafusion/pull/16097
## Which issue does this PR close? ## Rationale for this change when logical optimization failed, explain format indent will return ``` +-----------+------+ | plan_type | plan | +-----------+------+ +-----------+------+ ``` error message is swallowed. but for tree format, error will be thrown out. ## What changes are included in this PR? throw error if optimization failed for indent format. ## Are these changes tested? UT ## Are there any user-facing changes? No -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
