Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-51177][PYTHON][CONNECT] Add
InvalidCommandInput
to Spark Con…
…nect Python client ### What changes were proposed in this pull request? This PR proposes to add `InvalidCommandInput` to Spark Connect Python client. ### Why are the changes needed? To keep the consistency with Spark Connect Scala client. We should capture the `SparkConnectGrpcException` more generally across all clients. ### Does this PR introduce _any_ user-facing change? No API changes, but the user-facing error message would keep consistency with Spark Connect Scala client. ### How was this patch tested? The existing CI should pass ### Was this patch authored or co-authored using generative AI tooling? No. Closes #49916 from itholic/invalid_command_input. Authored-by: Haejoon Lee <[email protected]> Signed-off-by: Haejoon Lee <[email protected]>
- Loading branch information