Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-implement parsing/planning for SHOW TABLES due to sqlparser changes #3188

Closed
andygrove opened this issue Aug 17, 2022 · 3 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@andygrove
Copy link
Member

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We currently handle SHOW TABLES in in the planner when handling Statement::ShowVariable but sqlparser now returns Statement::ShowTable so we need to make corresponding changes.

Describe the solution you'd like
Make changes described above.

Describe alternatives you've considered
None

Additional context
None

@andygrove andygrove added the enhancement New feature or request label Aug 17, 2022
@andygrove andygrove self-assigned this Aug 17, 2022
@andygrove
Copy link
Member Author

Fixed in #3192

@NiwakaDev
Copy link
Contributor

NiwakaDev commented Jun 20, 2023

@andygrove

Does arrow-datafusion support WHERE clause in SHOW TABLES, such as SHOW TABLES WHERE ~?

@alamb
Copy link
Contributor

alamb commented Jun 30, 2023

Does arrow-datafusion support WHERE clause in SHOW TABLES, such as SHOW TABLES WHERE ~?

I believe the answer is no

❯ show tables where table_name = tables;
Error during planning: Unsupported parameters to SHOW TABLES

I

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants