HappenLee commented on code in PR #23972: URL: https://github.com/apache/doris/pull/23972#discussion_r1320938998
########## be/src/vec/exec/join/process_hash_table_probe_impl.h: ########## @@ -277,6 +277,21 @@ Status ProcessHashTableProbe<JoinOpType>::do_process(HashTableType& hash_table_c } } + _build_side_hash_values.resize(probe_rows); Review Comment: why the name is _build_side_hash_values? the probe side -- 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