dongjoon-hyun opened a new pull request, #198:
URL: https://github.com/apache/spark-connect-swift/pull/198

   ### What changes were proposed in this pull request?
   
   This PR aims to regenerate `Spark Connect`-generated Swift source code with 
protoc-gen-grpc-swift-2.
   
   - https://formulae.brew.sh/formula/protoc-gen-grpc-swift
   
   ```
   $ which protoc-gen-grpc-swift-2
   /opt/homebrew/bin/protoc-gen-grpc-swift-2
   ```
   
   ### Why are the changes needed?
   
   These files are manually generated from 
[v4.0.0](https://github.com/apache/spark/releases/tag/v4.0.0) tag by the 
following standard procedures.
   ```
   $ git clone -b v4.0.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
   $ git grep 'This file contained no services'
   spark/connect/catalog.grpc.swift:// This file contained no services.
   spark/connect/commands.grpc.swift:// This file contained no services.
   spark/connect/common.grpc.swift:// This file contained no services.
   spark/connect/example_plugins.grpc.swift:// This file contained no services.
   spark/connect/expressions.grpc.swift:// This file contained no services.
   spark/connect/ml.grpc.swift:// This file contained no services.
   spark/connect/ml_common.grpc.swift:// This file contained no services.
   spark/connect/relations.grpc.swift:// This file contained no services.
   spark/connect/types.grpc.swift:// This file contained no services.
   ```
   
   ### 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?
   
   No.


-- 
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]

Reply via email to