Gabriel39 commented on code in PR #28698:
URL: https://github.com/apache/doris/pull/28698#discussion_r1432528268


##########
be/src/pipeline/exec/exchange_sink_operator.h:
##########
@@ -76,45 +76,16 @@ class BroadcastDependency final : public Dependency {
 public:
     ENABLE_FACTORY_CREATOR(BroadcastDependency);
     BroadcastDependency(int id, int node_id, QueryContext* query_ctx)
-            : Dependency(id, node_id, "BroadcastDependency", true, query_ctx),
-              _available_block(0) {}
+            : Dependency(id, node_id, "BroadcastDependency", true, query_ctx) 
{}
     ~BroadcastDependency() override = default;
 
     std::string debug_string(int indentation_level = 0) override {

Review Comment:
   delete this function



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