szehon-ho commented on code in PR #55589:
URL: https://github.com/apache/spark/pull/55589#discussion_r3276957171
##########
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:
just to double check, we are ok with string here and not modeled Relation ,
right?
--
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]