TangSiyang2001 commented on code in PR #16343: URL: https://github.com/apache/doris/pull/16343#discussion_r1099761327
########## be/src/runtime/runtime_state.h: ########## @@ -86,6 +86,8 @@ class RuntimeState { } int max_errors() const { return _query_options.max_errors; } int query_timeout() const { return _query_options.query_timeout; } + int insert_timeout() const { return _query_options.insert_timeout; } Review Comment: Yes, I made this redundance on purpose as an access to insert_timeout val just for future use. If we need to remove it, then the query_timeout() method can also be removed because it's redundant too. Should I remove them then? -- 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