imay commented on a change in pull request #1323: This commit has brought
contribution to streaming mini load
URL: https://github.com/apache/incubator-doris/pull/1323#discussion_r295652031
##########
File path: gensrc/thrift/FrontendService.thrift
##########
@@ -443,6 +443,26 @@ struct TLoadCheckRequest {
9: optional string tbl
}
+struct TMiniLoadBeginRequest {
+ 1: required string user
+ 2: required string passwd
+ 3: optional string cluster
+ 4: optional string user_ip
+ 5: required string db
+ 6: required string tbl
+ 7: required string label
+ 8: optional string sub_label
+ 9: optional i64 timeout_second
+ 10: optional double max_filter_ratio
+ 11: optional i64 auth_code
+ 12: required i64 create_timestamp;
Review comment:
```suggestion
12: optional i64 create_timestamp;
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]