Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add error log for fetch table schema (#1753)
For a large number of tables in the mirror, when schema fetching for one of the tables fails, the top level caller of `getTableSchema` logs the error which can be too big to log, yielding a temporal message: ``` Complete result exceeds size limit ``` This PR adds a log so that we know which table schema fetch failed
- Loading branch information