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


##########
be/src/runtime/load_channel.cpp:
##########
@@ -90,6 +90,33 @@ Status 
LoadChannel::_get_tablets_channel(std::shared_ptr<TabletsChannel>& channe
     return Status::OK();
 }
 
+Status LoadChannel::add_batch(const PTabletWriterAddBlockRequest& request,

Review Comment:
   warning: redefinition of 'add_batch' [clang-diagnostic-error]
   ```cpp
   Status LoadChannel::add_batch(const PTabletWriterAddBlockRequest& request,
                       ^
   ```
   **be/src/runtime/load_channel.h:166:** previous definition is here
   ```cpp
   Status LoadChannel::add_batch(const PTabletWriterAddBlockRequest& request,
                       ^
   ```
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to