Skip to content

Commit ac225db

Browse files
committed
[SPARK-52370] Update Requirement section to point the official Apache Arrow Swift repository
### What changes were proposed in this pull request? This PR aims to update `Requirement` section to point the official Apache Arrow Swift repository. ### Why are the changes needed? Apache Arrow community moves one step forward to make an official release by creating a dedicated repo. - New: https://github.com/apache/arrow-swift - Old: https://github.com/apache/arrow/tree/main/swift (A subdirectory of Apache Arrow repo) We need to lead the users to the official Apache Arrow repository always in order to migrate easily. ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #189 from dongjoon-hyun/SPARK-52370. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 2304511 commit ac225db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ So far, this library project is tracking the upstream changes of [Apache Arrow](
2020
- [Swift 6.0 (2024) or 6.1 (2025)](https://swift.org)
2121
- [gRPC Swift 2.2 (May 2025)](https://github.com/grpc/grpc-swift/releases/tag/2.2.1)
2222
- [gRPC Swift Protobuf 1.3 (May 2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/1.3.0)
23-
- [gRPC Swift NIO Transport 1.1 (May 2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/1.1.0)
23+
- [gRPC Swift NIO Transport 1.2 (May 2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/1.2.2)
2424
- [FlatBuffers v25.2.10 (February 2025)](https://github.com/google/flatbuffers/releases/tag/v25.2.10)
25-
- [Apache Arrow Swift](https://github.com/apache/arrow/tree/main/swift)
25+
- [Apache Arrow Swift](https://github.com/apache/arrow-swift)
2626

2727
## How to use in your apps
2828

0 commit comments

Comments
 (0)