github-actions[bot] commented on code in PR #17837:
URL: https://github.com/apache/doris/pull/17837#discussion_r1138392369


##########
be/src/runtime/fragment_mgr.cpp:
##########
@@ -1211,7 +1211,7 @@ Status FragmentMgr::exec_external_plan_fragment(const 
TScanOpenParams& params,
     exec_fragment_params.__set_params(fragment_exec_params);
     TQueryOptions query_options;
     query_options.batch_size = params.batch_size;
-    query_options.query_timeout = params.query_timeout;
+    query_options.execution_timeout = params.execution_timeout;

Review Comment:
   warning: no member named 'execution_timeout' in 'doris::TScanOpenParams' 
[clang-diagnostic-error]
   ```cpp
       query_options.execution_timeout = params.execution_timeout;
                                                ^
   ```
   



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

Reply via email to