liaoxin01 commented on code in PR #56651:
URL: https://github.com/apache/doris/pull/56651#discussion_r2415456077
##########
gensrc/proto/cloud.proto:
##########
@@ -1924,6 +1920,17 @@ message GetStreamingTaskCommitAttachResponse {
optional StreamingTaskCommitAttachmentPB commit_attach = 2;
}
+message DeleteStreamingJobRequest {
+ optional string cloud_unique_id = 1;
+ optional int64 db_id = 2;
+ optional int64 job_id = 3;
+ optional string request_ip = 4;
Review Comment:
`request_ip` is useless?
--
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]