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
[SPARK-51712][SQL] Swallow non-fatal Throwables when resolving tables/views in spark.catalog.listTables()
### What changes were proposed in this pull request?
Swallow non-fatal Throwables when resolving tables/views in spark.catalog.listTables() and return tables/views with partial results instead
### Why are the changes needed?
Prevent listTables from breaking easily due to a broken table/view.
### Does this PR introduce _any_ user-facing change?
No, but listTables won't break easily.
### How was this patch tested?
Existing tests (e.g. HiveDDLSuite)
### Was this patch authored or co-authored using generative AI tooling?
No
Closes#50515 from heyihong/SPARK-51712.
Authored-by: Yihong He <heyihong.cn@gmail.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
0 commit comments