imay commented on a change in pull request #2216: Persist sqlmode in load metadata and add sqlmode to forward master request URL: https://github.com/apache/incubator-doris/pull/2216#discussion_r347803664
########## File path: gensrc/thrift/FrontendService.thrift ########## @@ -413,6 +413,7 @@ struct TMasterOpRequest { 8: optional string user_ip 9: optional string time_zone 10: optional i64 stmt_id + 11: required i64 sqlMode Review comment: New added field should be optional. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org