-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[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
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
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