Commit c75b689
[SPARK-41233][CONNECT][PYTHON] Add array_prepend to Spark Connect Python client
### What changes were proposed in this pull request?
This is a follow-up of #38947.
Add `array_prepend` function to Spark Connect Python client.
### Why are the changes needed?
`array_prepend` was added at #38947 without Spark Connect Python client.
### Does this PR introduce _any_ user-facing change?
`array_prepend` will be available in Spark Connect Python client.
### How was this patch tested?
Enabled the related test.
Closes #40514 from ueshin/issues/SPARK-41233/array_prepend.
Authored-by: Takuya UESHIN <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>1 parent 7ad1c80 commit c75b689
File tree
2 files changed
+21
-0
lines changed- python/pyspark/sql
- connect
- tests/connect
2 files changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1248 | 1248 | | |
1249 | 1249 | | |
1250 | 1250 | | |
| 1251 | + | |
| 1252 | + | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
1251 | 1258 | | |
1252 | 1259 | | |
1253 | 1260 | | |
| |||
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1088 | 1088 | | |
1089 | 1089 | | |
1090 | 1090 | | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
1091 | 1105 | | |
1092 | 1106 | | |
1093 | 1107 | | |
| |||
0 commit comments