Skip to content

Commit 48263da

Browse files
committed
[SPARK-51991] Add SparkConnect.md, GettingStarted.md and SparkSession.md
### What changes were proposed in this pull request? This PR aims to add a library document. - `SparkConnect.md` - `GettingStarted.md` - `SparkSession.md` ### Why are the changes needed? This document will be served in [Swift Package Index](https://swiftpackageindex.com/apache/spark-connect-swift) repository like the following. <img width="766" alt="Screenshot 2025-05-03 at 9 10 51 AM" src="https://github.com/user-attachments/assets/fd409f01-a3a3-41f8-99cb-f57a99e29204" /> ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #107 from dongjoon-hyun/SPARK-51991. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent c1e08d2 commit 48263da

File tree

8 files changed

+792
-84
lines changed

8 files changed

+792
-84
lines changed

.spi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@
1515
version: 1
1616
metadata:
1717
authors: "Apache Spark project"
18+
builder:
19+
configs:
20+
- documentation_targets: [SparkConnect]

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ let package = Package(
4747
.product(name: "GRPCProtobuf", package: "grpc-swift-protobuf"),
4848
.product(name: "GRPCNIOTransportHTTP2", package: "grpc-swift-nio-transport"),
4949
.product(name: "FlatBuffers", package: "flatbuffers"),
50+
],
51+
resources: [
52+
.process("Documentation.docc")
5053
]
5154
),
5255
.executableTarget(

0 commit comments

Comments
 (0)