This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from c69e8150830 [refactor](metrics) Refactor metrics for some operators (#42909) add 1dbd1469b4a [Improvement](join) support single column nullable join hash table context (#42398) No new revisions were added by this update. Summary of changes: be/src/pipeline/common/join_utils.h | 41 ++------- be/src/pipeline/dependency.h | 3 +- be/src/pipeline/exec/hashjoin_build_sink.cpp | 101 +++++++++------------ be/src/pipeline/exec/hashjoin_build_sink.h | 32 ++++--- be/src/pipeline/exec/hashjoin_probe_operator.cpp | 68 ++++---------- be/src/pipeline/exec/hashjoin_probe_operator.h | 2 - .../pipeline/exec/join/process_hash_table_probe.h | 6 +- .../exec/join/process_hash_table_probe_impl.h | 47 ++++------ be/src/vec/common/hash_table/hash_key_type.h | 14 +-- be/src/vec/common/hash_table/hash_map_util.h | 5 +- be/src/vec/common/hash_table/join_hash_table.h | 12 +-- .../suites/nereids_p0/join/test_join_on.groovy | 2 +- 12 files changed, 123 insertions(+), 210 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org