Skip to content

Commit

Permalink
fxi
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Nov 4, 2023
1 parent aa95bce commit ee18ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/vec/sink/load_stream_stub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ LoadStreamStub::~LoadStreamStub() {
}
}

void LoadStreamStub::prepare(); {
void LoadStreamStub::prepare() {
if (_is_init) {
LOG(WARNING) << "stream " << _stream_id << "is already inited by " << _load_id;
return Status::InternalError("stream {} is already inited by {}", _stream_id, _load_id);
Expand Down

0 comments on commit ee18ee8

Please sign in to comment.