Commit ed6d553
committed
### What changes were proposed in this pull request?
This PR aims to update `Spark Connect`-generated `Swift` source code with `Apache Spark 4.0.0-rc5`.
### Why are the changes needed?
SPARK-51463 added this code with `Apache Spark 4.0.0-rc2`.
- #5
There were some changes so far like the following.
- apache/spark#50441
The following is the procedure.
```
$ git clone -b v4.0.0-rc5 https://github.com/apache/spark.git
$ cd spark/sql/connect/common/src/main/protobuf/
$ protoc --swift_out=. spark/connect/*.proto
$ protoc --grpc-swift_out=. spark/connect/*.proto
// Remove empty GRPC files
$ git grep 'This file contained no services'
spark/connect/catalog.grpc.swift:// This file contained no services.
spark/connect/commands.grpc.swift:// This file contained no services.
spark/connect/common.grpc.swift:// This file contained no services.
spark/connect/example_plugins.grpc.swift:// This file contained no services.
spark/connect/expressions.grpc.swift:// This file contained no services.
spark/connect/ml.grpc.swift:// This file contained no services.
spark/connect/ml_common.grpc.swift:// This file contained no services.
spark/connect/relations.grpc.swift:// This file contained no services.
spark/connect/types.grpc.swift:// This file contained no services.
```
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #134 from dongjoon-hyun/SPARK-52083.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 8ba2806 commit ed6d553
2 files changed
+9
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
| 159 | + | |
167 | 160 | | |
168 | 161 | | |
169 | 162 | | |
170 | 163 | | |
171 | | - | |
172 | | - | |
173 | 164 | | |
174 | 165 | | |
175 | 166 | | |
| |||
626 | 617 | | |
627 | 618 | | |
628 | 619 | | |
629 | | - | |
| 620 | + | |
630 | 621 | | |
631 | 622 | | |
632 | 623 | | |
| |||
635 | 626 | | |
636 | 627 | | |
637 | 628 | | |
638 | | - | |
| 629 | + | |
639 | 630 | | |
640 | 631 | | |
641 | 632 | | |
642 | 633 | | |
643 | 634 | | |
644 | 635 | | |
645 | | - | |
646 | | - | |
647 | | - | |
648 | | - | |
649 | | - | |
650 | | - | |
651 | | - | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
652 | 639 | | |
653 | 640 | | |
654 | 641 | | |
655 | 642 | | |
656 | | - | |
| 643 | + | |
657 | 644 | | |
658 | 645 | | |
659 | 646 | | |
| |||
0 commit comments