You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/26 02:39:36 UTC

[GitHub] [arrow-datafusion] HaoYang670 opened a new issue, #4378: The CLI panics when passing an invalid `explain` query

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] comphead commented on issue #4378: The CLI panics when passing an invalid `explain` query

Posted by GitBox <gi...@apache.org>.
comphead commented on issue #4378:
URL: https://github.com/apache/arrow-datafusion/issues/4378#issuecomment-1328487877

   @HaoYang670 can I take this?


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb closed issue #4378: The CLI panics when passing an invalid `explain` query

Posted by GitBox <gi...@apache.org>.
alamb closed issue #4378: The CLI panics when passing an invalid `explain` query
URL: https://github.com/apache/arrow-datafusion/issues/4378


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] HaoYang670 commented on issue #4378: The CLI panics when passing an invalid `explain` query

Posted by GitBox <gi...@apache.org>.
HaoYang670 commented on issue #4378:
URL: https://github.com/apache/arrow-datafusion/issues/4378#issuecomment-1328488396

   Sure! 


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] HaoYang670 commented on issue #4378: The CLI panics when passing an invalid `explain` query

Posted by GitBox <gi...@apache.org>.
HaoYang670 commented on issue #4378:
URL: https://github.com/apache/arrow-datafusion/issues/4378#issuecomment-1334665315

   I file https://github.com/sqlparser-rs/sqlparser-rs/issues/744 in the sqlparser-rs to fix this parsing bug


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org