This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch dev_join in repository https://gitbox.apache.org/repos/asf/doris.git
from 16a2f7d0907 update dev_join to pre calculate bucket num (#25663) add 5fb765453df support right anti/semi/outer join (#25785) No new revisions were added by this update. Summary of changes: be/src/pipeline/exec/hashjoin_build_sink.cpp | 47 ++-- .../aggregate_function_collect.h | 5 +- be/src/vec/columns/column_string.cpp | 4 +- be/src/vec/columns/column_vector.cpp | 2 +- be/src/vec/common/hash_table/hash_map.h | 116 +++++++--- be/src/vec/common/hash_table/hash_map_context.h | 27 ++- .../vec/exec/join/process_hash_table_probe_impl.h | 241 +++++++++++---------- be/src/vec/exec/join/vhash_join_node.cpp | 46 ++-- be/src/vec/exec/join/vhash_join_node.h | 16 +- 9 files changed, 290 insertions(+), 214 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org