This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-connect-swift.git


The following commit(s) were added to refs/heads/main by this push:
     new ac225db  [SPARK-52370] Update `Requirement` section to point the 
official Apache Arrow Swift repository
ac225db is described below

commit ac225dbe889c517bbcac8982f7d710660a949205
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Sat May 31 12:55:14 2025 -0700

    [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 <dongj...@apache.org>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 4602c4f..0298f4b 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,9 @@ So far, this library project is tracking the upstream changes 
of [Apache Arrow](
 - [Swift 6.0 (2024) or 6.1 (2025)](https://swift.org)
 - [gRPC Swift 2.2 (May 
2025)](https://github.com/grpc/grpc-swift/releases/tag/2.2.1)
 - [gRPC Swift Protobuf 1.3 (May 
2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/1.3.0)
-- [gRPC Swift NIO Transport 1.1 (May 
2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/1.1.0)
+- [gRPC Swift NIO Transport 1.2 (May 
2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/1.2.2)
 - [FlatBuffers v25.2.10 (February 
2025)](https://github.com/google/flatbuffers/releases/tag/v25.2.10)
-- [Apache Arrow Swift](https://github.com/apache/arrow/tree/main/swift)
+- [Apache Arrow Swift](https://github.com/apache/arrow-swift)
 
 ## How to use in your apps
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to