yiguolei commented on code in PR #13654: URL: https://github.com/apache/doris/pull/13654#discussion_r1021148611
########## be/src/vec/exec/join/vhash_join_node.cpp: ########## @@ -825,6 +873,126 @@ Status HashJoinNode::_process_build_block(RuntimeState* state, Block& block, uin return st; } +void HashJoinNode::_hash_table_convert_to_partitioned(HashTableVariants& new_hash_table_variants, Review Comment: just create new_hash_table_variants in _hash_table_init then these code is not needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org