Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel39 committed Oct 10, 2024
1 parent 63938c4 commit e8975dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions be/test/exprs/runtime_filter_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ std::shared_ptr<IRuntimeFilter> create_runtime_filter(TRuntimeFilterType::type t

EXPECT_TRUE(status.ok()) << status.to_string();

if (auto bf = runtime_filter->get_bloomfilter()) {
status = bf->init_with_fixed_length();
EXPECT_TRUE(status.ok()) << status.to_string();
}

return status.ok() ? runtime_filter : nullptr;
}

Expand Down

0 comments on commit e8975dc

Please sign in to comment.