Skip to content

Commit

Permalink
set inited to true on BloomFilterFuncBase::assign
Browse files Browse the repository at this point in the history
  • Loading branch information
BiteTheDDDDt committed Aug 14, 2024
1 parent aa2929e commit f4cfbd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions be/src/exprs/bloom_filter_func.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ class BloomFilterFuncBase : public RuntimeFilterFuncBase {
}

_bloom_filter_alloced = data_size;
_inited = true;
return _bloom_filter->init(data, data_size);
}

Expand Down

0 comments on commit f4cfbd7

Please sign in to comment.