Skip to content

Conversation

@JiaqiWang18
Copy link
Contributor

@JiaqiWang18 JiaqiWang18 commented Nov 5, 2025

What changes were proposed in this pull request?

Add once to Defineflow Proto, to allow creating one-time back-fill flow

Why are the changes needed?

Allow new API argument for SDP flow.

Does this PR introduce any user-facing change?

No, no API change yet

How was this patch tested?

Proto changes

@JiaqiWang18
Copy link
Contributor Author

@sryza

@JiaqiWang18 JiaqiWang18 changed the title [SPARK-54191][SDP] Add StandaloneFlowDetails Proto [SPARK-54191][SDP] Add once to Defineflow Proto Nov 5, 2025
Copy link
Contributor

@sryza sryza left a comment

Choose a reason for hiding this comment

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

We should error until the implementation comes so that this doesn't get silently ignored.

Copy link
Contributor

@sryza sryza left a comment

Choose a reason for hiding this comment

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

Nice

This reverts commit 707fc814a43f191598d33c86e5d0cf3dd294e20d.
This reverts commit d126dcc896a0b0fe1c4b6aec93c245b285f867e6.
@JiaqiWang18 JiaqiWang18 force-pushed the SPARK-54191-StandaloneFlowDetails-proto branch from 1cd2388 to 47dce38 Compare November 7, 2025 01:50
Copy link
Contributor

@sryza sryza left a comment

Choose a reason for hiding this comment

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

LGTM! I'm kicking off the tests because it looks like they failed for an unrelated reason

@sryza
Copy link
Contributor

sryza commented Nov 7, 2025

Thanks! Merging to master & 4.1

@sryza sryza closed this in 1a724ba Nov 8, 2025
sryza pushed a commit that referenced this pull request Nov 8, 2025
### What changes were proposed in this pull request?

Add `once` to Defineflow Proto, to allow creating one-time back-fill flow

### Why are the changes needed?

Allow new API argument for SDP flow.

### Does this PR introduce _any_ user-facing change?

No, no API change yet

### How was this patch tested?

Proto changes

Closes #52890 from JiaqiWang18/SPARK-54191-StandaloneFlowDetails-proto.

Authored-by: Jacky Wang <[email protected]>
Signed-off-by: Sandy Ryza <[email protected]>
(cherry picked from commit 1a724ba)
Signed-off-by: Sandy Ryza <[email protected]>
zifeif2 pushed a commit to zifeif2/spark that referenced this pull request Nov 22, 2025
### What changes were proposed in this pull request?

Add `once` to Defineflow Proto, to allow creating one-time back-fill flow

### Why are the changes needed?

Allow new API argument for SDP flow.

### Does this PR introduce _any_ user-facing change?

No, no API change yet

### How was this patch tested?

Proto changes

Closes apache#52890 from JiaqiWang18/SPARK-54191-StandaloneFlowDetails-proto.

Authored-by: Jacky Wang <[email protected]>
Signed-off-by: Sandy Ryza <[email protected]>
huangxiaopingRD pushed a commit to huangxiaopingRD/spark that referenced this pull request Nov 25, 2025
### What changes were proposed in this pull request?

Add `once` to Defineflow Proto, to allow creating one-time back-fill flow

### Why are the changes needed?

Allow new API argument for SDP flow.

### Does this PR introduce _any_ user-facing change?

No, no API change yet

### How was this patch tested?

Proto changes

Closes apache#52890 from JiaqiWang18/SPARK-54191-StandaloneFlowDetails-proto.

Authored-by: Jacky Wang <[email protected]>
Signed-off-by: Sandy Ryza <[email protected]>
dongjoon-hyun added a commit to apache/spark-connect-swift that referenced this pull request Dec 23, 2025
…ift` source code

### 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`.

- apache/spark#53024
- apache/spark#52894
- apache/spark#52890
- apache/spark#52872
- apache/spark#52746
- apache/spark#52831

```
$ 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.

Closes #271 from dongjoon-hyun/SPARK-54811.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants