liutang123 commented on a change in pull request #5170:
URL: https://github.com/apache/incubator-doris/pull/5170#discussion_r553758859
##########
File path: gensrc/thrift/FrontendService.thrift
##########
@@ -443,6 +443,7 @@ struct TMasterOpRequest {
15: optional i32 stmtIdx // the idx of the sql in multi statements
16: optional PaloInternalService.TQueryOptions query_options
17: optional Types.TUniqueId query_id // when this is a query, we
translate this query id to master
+ 18: optional i64 insert_visible_timeout_ms
Review comment:
We also can add a hint `insert /*+ SET_VAR(insert_visible_timeout_ms =
20000)*/ xxx` like select hint `select /*+ SET_VAR */ ` and transform this sql
with hint to master.
Any other better place?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]