Commit 0e1e9d1
committed
[SPARK-51524] Fix Package Author information to
### What changes were proposed in this pull request?
This PR aims to fix `Package Author` information to `Apache Spark project` in the `Swift Package Index` website.
- https://swiftpackageindex.com/apache/spark-connect-swift
### Why are the changes needed?
The AS-IS author information is wrong. It should be `Written by Apache Spark project`.

According to the `Swift Package Index` recommendation, we need to override the author via `.spi.yml` file.
- SwiftPackageIndex/SwiftPackageIndex-Server#3730
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Manual check after merging.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #20 from dongjoon-hyun/SPARK-51524.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>Apache Spark project
1 parent 6c90a7e commit 0e1e9d1
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments