You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-51524] Fix Package Author information to Apache Spark project
### 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]>
0 commit comments