Skip to content

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Oct 1, 2025

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 v2.1.1 from apache/spark@c165355. Previously, it was generated by 2.0.0 from apache/spark@c165355 .

Why are the changes needed?

Without changing the Spark protobuf files, this PR only applies code-generation bug fixes including concurrency patches:

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.


/// Batch results of metrics.
struct ArrowBatch: @unchecked Sendable {
struct ArrowBatch: Sendable {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will improve the concurrency issue because @unchecked is gone.

@dongjoon-hyun
Copy link
Member Author

After this generator-side PR, I'm going to make a Spark's protocolbuf-side PR independently.

@dongjoon-hyun
Copy link
Member Author

Thank you always, @viirya and @peter-toth .

Merged to main.

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.

3 participants