Commit 23afba2
[SPARK-55282][PYTHON][CONNECT] Avoid using worker_util in the Driver-side
### What changes were proposed in this pull request?
Avoid using `worker_util` in the Driver-side.
### Why are the changes needed?
The `worker_util` module is supposed to be used in the worker processes.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
The existing tests should pass.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #54065 from ueshin/issues/SPARK-55282/avoid_worker_util.
Authored-by: Takuya Ueshin <ueshin@databricks.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>1 parent a157725 commit 23afba2
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
1550 | 1550 | | |
1551 | 1551 | | |
1552 | 1552 | | |
1553 | | - | |
1554 | | - | |
1555 | 1553 | | |
1556 | 1554 | | |
1557 | 1555 | | |
| |||
0 commit comments