Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Dec 22, 2025

What changes were proposed in this pull request?

This PR aims to update Spark Connect-generated Swift source code with Apache Spark 4.1.0.

Why are the changes needed?

To use the latest bug fixes and new messages to develop for new features of 4.1.0.

$ git clone -b v4.1.0 https://github.com/apache/spark.git
$ cd spark/sql/connect/common/src/main/protobuf/
$ protoc --swift_out=. spark/connect/*.proto
$ protoc --grpc-swift_out=. spark/connect/*.proto

// Remove empty GRPC files
$ cd spark/connect
$ grep 'This file contained no services' * | awk -F: '{print $1}' | xargs rm

Does this PR introduce any user-facing change?

Pass the CIs.

How was this patch tested?

Pass the CIs. I manually tested with Apache Spark 4.1.0.

$ swift test --no-parallel
...
Test run with 203 tests in 21 suites passed after 33.163 seconds.

Was this patch authored or co-authored using generative AI tooling?

No.

@dongjoon-hyun
Copy link
Member Author

Thank you, @viirya !

Merged to main.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-54811 branch December 23, 2025 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants