Commit 2e918e8
committed
[SPARK-46532][CONNECT][PYTHON][FOLLOW-UP] Pass message parameters in Python Spark Connect client
### What changes were proposed in this pull request?
This PR is a followup of #44468 that addresses the additional metadata in Python Spark Connect client.
### Why are the changes needed?
For feature parity.
### Does this PR introduce _any_ user-facing change?
Yes, when `spark.sql.connect.enrichError.enabled` is disabled, users are sill able to get the message parameters.
### How was this patch tested?
Unittest was added.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #44528 from HyukjinKwon/SPARK-46532-followup.
Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>1 parent f99b86a commit 2e918e8
File tree
2 files changed
+14
-0
lines changed- python/pyspark
- errors/exceptions
- sql/tests/connect
2 files changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3486 | 3486 | | |
3487 | 3487 | | |
3488 | 3488 | | |
| 3489 | + | |
| 3490 | + | |
| 3491 | + | |
| 3492 | + | |
| 3493 | + | |
| 3494 | + | |
| 3495 | + | |
| 3496 | + | |
| 3497 | + | |
| 3498 | + | |
| 3499 | + | |
3489 | 3500 | | |
3490 | 3501 | | |
3491 | 3502 | | |
| |||
0 commit comments