Skip to content

Commit 0e1e9d1

Browse files
committed
[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`. ![](https://github.com/user-attachments/assets/39f41c9a-193c-4f93-8e3c-49749c3f6273) 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]>
1 parent 6c90a7e commit 0e1e9d1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.spi.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one or more
2+
# contributor license agreements. See the NOTICE file distributed with
3+
# this work for additional information regarding copyright ownership.
4+
# The ASF licenses this file to You under the Apache License, Version 2.0
5+
# (the "License"); you may not use this file except in compliance with
6+
# the License. You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
version: 1
16+
metadata:
17+
authors: "Apache Spark project"

0 commit comments

Comments
 (0)