Commit e38d06b
[SPARK-44740][CONNECT][FOLLOW] Fix metadata values in Python client
### What changes were proposed in this pull request?
This is a follow-up PR that avoids putting the session ID into the metadata of the GRPC channel.
### Why are the changes needed?
Behavhior
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
UT
Closes apache#42452 from grundprinzip/SPARK-44740_v2.
Authored-by: Martin Grund <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>1 parent 3ed9920 commit e38d06b
File tree
2 files changed
+16
-0
lines changed- python/pyspark/sql
- connect/client
- tests/connect
2 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| 288 | + | |
288 | 289 | | |
289 | 290 | | |
290 | 291 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3528 | 3528 | | |
3529 | 3529 | | |
3530 | 3530 | | |
| 3531 | + | |
| 3532 | + | |
| 3533 | + | |
| 3534 | + | |
| 3535 | + | |
| 3536 | + | |
| 3537 | + | |
| 3538 | + | |
| 3539 | + | |
| 3540 | + | |
| 3541 | + | |
| 3542 | + | |
| 3543 | + | |
| 3544 | + | |
| 3545 | + | |
3531 | 3546 | | |
3532 | 3547 | | |
3533 | 3548 | | |
| |||
0 commit comments