-
Notifications
You must be signed in to change notification settings - Fork 206
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
feat: support like syntax in show tables statement #331
Conversation
@QuintinTao Your PR's description doesn't follow our template, you can refer #330 to update yours, thanks. |
OK |
@QuintinTao A test is required, you can add a Integration test in |
I replaced SHOW TABLES |
…into sql-suporting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@QuintinTao Thanks for your hard work. 🚀 |
* Show tables statement support like syntax
Which issue does this PR close?
Close #128
Rationale for this change
no
What changes are included in this PR?
Extend
show tables
statementAre there any user-facing changes?
user can use show tables like 'abc' to search table
How does this change test
UT and integration test.