HaoYang670 opened a new issue, #4378: URL: https://github.com/apache/arrow-datafusion/issues/4378
**Describe the bug** A clear and concise description of what the bug is. ```sql ❯ explain explain select 1; thread 'main' panicked at 'Explain can not be created from utils::from_expr', ./datafusion/expr/src/utils.rs:573:13 ``` Related code: https://github.com/apache/arrow-datafusion/blob/ba73c8180ebd874614cabc33be8cbb0d1db52518/datafusion/expr/src/utils.rs#L565-L578 **To Reproduce** Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. Return an error instead of panicking. **Additional context** Add any other context about the problem here. -- 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]
