You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ly SQL (#2935)
### What changes were proposed in this pull request?
use metaData.getTables instead of directly SQL
### Why are the changes needed?
Fix: #2934
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
IT
What would you like to be improved?
We use
SHOW TABLES
inlistTables
now.https://github.com/datastrato/gravitino/blob/9128db0d2f4bc57dbfb410b51db17887e335cba4/catalogs/catalog-jdbc-mysql/src/main/java/com/datastrato/gravitino/catalog/mysql/operation/MysqlTableOperations.java#L60
use JDBC metadata instead.
How should we improve?
No response
The text was updated successfully, but these errors were encountered: