github-actions[bot] commented on code in PR #16559: URL: https://github.com/apache/doris/pull/16559#discussion_r1101130974
########## be/src/runtime/result_buffer_mgr.h: ########## @@ -47,8 +47,7 @@ class ResultBufferMgr { // the returned sender do not need release // sender is not used when call cancel or unregister Status create_sender(const TUniqueId& query_id, int buffer_size, - std::shared_ptr<BufferControlBlock>* sender, bool enable_pipeline, - int query_timeout); + std::shared_ptr<BufferControlBlock>* sender, bool enable_pipeline; Review Comment: warning: expected ')' [clang-diagnostic-error] ```cpp std::shared_ptr<BufferControlBlock>* sender, bool enable_pipeline; ^ ``` **be/src/runtime/result_buffer_mgr.h:48:** to match this '(' ```cpp Status create_sender(const TUniqueId& query_id, int buffer_size, ^ ``` -- 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