We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a771e commit de25d7aCopy full SHA for de25d7a
src/query/service/src/pipelines/processors/transforms/hash_join/hash_join_build_state.rs
@@ -627,10 +627,7 @@ impl HashJoinBuildState {
627
}
628
_ => {}
629
};
630
- let overwrite = matches!(
631
- self.hash_join_state.hash_join_desc.join_type,
632
- JoinType::Inner | JoinType::InnerAny | JoinType::Left | JoinType::LeftAny
633
- );
+ let overwrite = self.hash_join_state.hash_join_desc.join_type.is_any_join();
634
635
keys_entries
636
.iter_mut()
0 commit comments