dongjoon-hyun opened a new pull request, #378: URL: https://github.com/apache/spark-connect-swift/pull/378
### What changes were proposed in this pull request? This PR updates the `Spark Connect`-generated Swift source code by regenerating with `4.2.0-preview5`. The key changes from the updated code generators are: - **`Apache 4.2.0-preview5`** ### Why are the changes needed? To keep the generated Swift source code in sync with Apache Spark `4.2.0-preview5` protobuf definitions and the latest `grpc-swift`/`swift-protobuf` code generators. ``` $ git clone -b v4.2.0-preview5 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? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
