You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/06/30 20:19:00 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #3188: Re-implement parsing/planning for SHOW TABLES due to sqlparser changes

alamb commented on issue #3188:
URL: https://github.com/apache/arrow-datafusion/issues/3188#issuecomment-1615154190

   > Does arrow-datafusion support WHERE clause in SHOW TABLES, such as SHOW TABLES WHERE ~?
   
   I believe the answer is no
   
   ```sql
   ❯ show tables where table_name = tables;
   Error during planning: Unsupported parameters to SHOW TABLES
   ```
   
   I


-- 
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