-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-54191][SDP] Add once to Defineflow Proto #52890
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SPARK-54191][SDP] Add once to Defineflow Proto #52890
Conversation
sql/connect/common/src/main/protobuf/spark/connect/pipelines.proto
Outdated
Show resolved
Hide resolved
sryza
left a comment
There was a problem hiding this 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.
sql/connect/common/src/main/protobuf/spark/connect/pipelines.proto
Outdated
Show resolved
Hide resolved
sryza
left a comment
There was a problem hiding this 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.
1cd2388 to
47dce38
Compare
sryza
left a comment
There was a problem hiding this 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
|
Thanks! Merging to master & 4.1 |
### 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]>
### 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]>
### 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]>
…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]>
What changes were proposed in this pull request?
Add
onceto Defineflow Proto, to allow creating one-time back-fill flowWhy 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