sryza commented on code in PR #54104:
URL: https://github.com/apache/spark/pull/54104#discussion_r2765329200
##########
sql/connect/common/src/main/protobuf/spark/connect/pipelines.proto:
##########
@@ -165,6 +167,25 @@ message PipelineCommand {
}
}
+ // Request to execute all flows for a single output (dataset or sink)
remotely.
+ message ExecuteOutput {
Review Comment:
I would probably be a little more explicit and name this something like
`ExecuteFlowsPerOutput`, but no strong opinions here; fine to leave as-is.
##########
sql/connect/common/src/main/protobuf/spark/connect/pipelines.proto:
##########
@@ -165,6 +167,25 @@ message PipelineCommand {
}
}
+ // Request to execute all flows for a single output (dataset or sink)
remotely.
Review Comment:
```suggestion
// Request to execute all flows for a single output (dataset or sink)
remotely.
```
--
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]