Commit 0dca569
committed
[SPARK-52742] Support
### What changes were proposed in this pull request?
This PR aims to support `createDataflowGraph` API in order to support `Declarative Pipelines` (SPARK-51727) of Apache Spark `4.1.0-preview1`.
### Why are the changes needed?
To support the new feature incrementally.
### Does this PR introduce _any_ user-facing change?
No, this is a new feature.
### How was this patch tested?
Manually run `Apache Spark 4.1.0-preview1` RC1 .
```
$ sbin/start-connect-server.sh
```
Run the newly added unit test.
<img width="1200" alt="Screenshot 2025-07-09 at 19 18 22" src="https://github.com/user-attachments/assets/3084d453-2fc9-45de-873d-0385f84937d6" />
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#208 from dongjoon-hyun/SPARK-52742.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>createDataflowGraph
1 parent 20113d8 commit 0dca569
File tree
2 files changed
+42
-0
lines changed- Sources/SparkConnect
- Tests/SparkConnectTests
2 files changed
+42
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1183 | 1183 | | |
1184 | 1184 | | |
1185 | 1185 | | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
1186 | 1217 | | |
1187 | 1218 | | |
1188 | 1219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
99 | 110 | | |
0 commit comments