Skip to content

Commit

Permalink
fix regresion test
Browse files Browse the repository at this point in the history
  • Loading branch information
HappenLee committed Aug 2, 2023
1 parent dbb5ebf commit bc000f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/vec/exec/vset_operation_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ Status VSetOperationNode<is_intersect>::sink(RuntimeState* state, Block* block,
*_hash_table_variants);
}
_build_finished = true;
_finalize_probe(0);
_can_read = _children.size() == 1;
}
}
return Status::OK();
Expand Down

0 comments on commit bc000f2

Please sign in to comment.