anew commented on code in PR #55589:
URL: https://github.com/apache/spark/pull/55589#discussion_r3277357564
##########
sql/connect/common/src/main/protobuf/spark/connect/pipelines.proto:
##########
@@ -154,6 +156,53 @@ message PipelineCommand {
optional spark.connect.Relation relation = 1;
}
+ // Details for Apply Changes Into (ACI) flows.
+ message AutoCdcFlowDetails {
+ // The name of the CDC source to stream from.
+ optional string source = 1;
Review Comment:
yes this is on purpose, the source should be a dataset name, which may be a
view in order to represent any streaming query.
--
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]