liaoxin01 commented on code in PR #57198:
URL: https://github.com/apache/doris/pull/57198#discussion_r2531988163


##########
gensrc/thrift/FrontendService.thrift:
##########
@@ -1360,6 +1360,10 @@ struct TCreatePartitionRequest {
     // be_endpoint = <ip>:<heartbeat_port> to distinguish a particular BE
     5: optional string be_endpoint
     6: optional bool write_single_replica = false
+    // indicate whether this request is from stream load
+    7: optional bool is_stream_load = false

Review Comment:
   I think we don't need the `is_stream_load` if we used the query id.



-- 
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]

Reply via email to