dataroaring commented on code in PR #19917: URL: https://github.com/apache/doris/pull/19917#discussion_r1237918355
########## gensrc/thrift/FrontendService.thrift: ########## @@ -1040,6 +1040,20 @@ struct TGetMasterTokenResult { 2: optional string token } +struct TAutoIncrementRangeRequest { + 1: required i64 db_id; + 2: required i64 table_id; + 3: required i64 column_id; + 4: required i64 length + 5: optional i64 lower_bound // if set, values in result range must larger than `lower_bound` +} Review Comment: please donot use required. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org