-
Notifications
You must be signed in to change notification settings - Fork 28.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50947][PYTHON][SQL][CONNECT] Assign appropriate error class an…
…d SparkException for duplicated artifacts ### What changes were proposed in this pull request? This PR proposes to assign appropriate error class and SparkException for duplicated artifacts. ### Why are the changes needed? To convert SparkConnectGrpcException into proper PySparkException so that we can ensure handling exceptions from Spark Connect Server properly. ### Does this PR introduce _any_ user-facing change? No API changes, but the user-facing error message would be improved. ### How was this patch tested? Updated the existing test. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #49598 from itholic/duplicated_artifact. Authored-by: Haejoon Lee <[email protected]> Signed-off-by: Max Gekk <[email protected]>
- Loading branch information
Showing
3 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters