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-52319] Add (Catalog|Schema|TableOrView)NotFound to SparkConnectError
### What changes were proposed in this pull request?
This PR aims to add `(Catalog|Schema|TableOrView)NotFound` to `SparkConnectError`.
### Why are the changes needed?
To provide a user can catch these exceptions easily instead of matching `internalError` with string patterns.
### Does this PR introduce _any_ user-facing change?
Yes, but these are more specific exceptions than before.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#178 from dongjoon-hyun/SPARK-52319.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments