Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
Signed-off-by: silverbullet233 <[email protected]>
  • Loading branch information
silverbullet233 committed Feb 25, 2025
1 parent cc077ea commit c83d951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions be/src/storage/runtime_filter_predicate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ Status DictColumnRuntimeFilterPredicate::prepare() {

RuntimeFilter::RunningContext ctx;
ctx.use_merged_selection = false;
ctx.compatibility = false;
ctx.selection.assign(_dict_words.size(), 1);

if (_rf->num_hash_partitions() > 0) {
Expand Down

0 comments on commit c83d951

Please sign in to comment.