Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed May 22, 2024
1 parent abaa73a commit 2a99966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/vec/runtime/vdata_stream_recvr.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class VDataStreamRecvr : public HasTaskExecutionCtx {
Status add_block(const PBlock& pblock, int sender_id, int be_number, int64_t packet_seq,
::google::protobuf::Closure** done);

void add_block(Block* block, int sender_id, bool use_move);
int64_t add_block(Block* block, int sender_id, bool use_move);

bool sender_queue_empty(int sender_id);

Expand Down

0 comments on commit 2a99966

Please sign in to comment.