Revision b179c0cb22e70da67e88b17719d3d22c815530fd authored by Yihong He on 21 August 2023, 03:13:53 UTC, committed by Hyukjin Kwon on 21 August 2023, 03:14:02 UTC
### What changes were proposed in this pull request?

- Convert common alreadyExistsExceptions and noSuchExceptions
- Extend common alreadyExistsExceptions and noSuchExceptions to support (message, cause) constructors

### Why are the changes needed?

- Better compatibility with the existing control flow
- Better readability of errors

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

`build/sbt "connect-client-jvm/testOnly *ClientE2ETestSuite"`

Closes #42471 from heyihong/SPARK-44785.

Authored-by: Yihong He <yihong.he@databricks.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
(cherry picked from commit e73487c4348c47571a3ea083a0903a7997b64a47)
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
1 parent 71fdba4
History

README.md

back to top