Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50960][PYTHON][CONNECT] Add
InvalidPlanInput
to Spark Connec…
…t Python client ### What changes were proposed in this pull request? This PR proposes to add `InvalidPlanInput` 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? Updated the existing UT. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #49616 from itholic/invalid_input. Authored-by: Haejoon Lee <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
- Loading branch information