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
…#2616)
### What changes were proposed in this pull request?
Use the JDBC connection meta to replace it with the JDBC system table to
obtain schema information.
### Why are the changes needed?
We shouldn't assume that we have access to system tables, which are
frequently protected by ACLs.
Fix: #2085
### Does this PR introduce _any_ user-facing change?
N/A.
### How was this patch tested?
Current tests can cover this changs.
What would you like to be improved?
Some methods still require system tables to work well, such as MySQL database load method, we'd better avoid it.
How should we improve?
No response
The text was updated successfully, but these errors were encountered: