imay commented on a change in pull request #1677: Add strict mode in Routine 
load, Stream load and Mini load
URL: https://github.com/apache/incubator-doris/pull/1677#discussion_r315536265
 
 

 ##########
 File path: gensrc/thrift/FrontendService.thrift
 ##########
 @@ -522,7 +522,8 @@ struct TStreamLoadPutRequest {
     15: optional string partitions
     16: optional i64 auth_code
     17: optional bool negative
-    18: optional i32 timeout
+    18: optional bool strictMode
+    19: optional i32 timeout
 
 Review comment:
   Don't modify the index of old field. If you change the index, this may not 
compatible with old format

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

Reply via email to