zuochunwei commented on a change in pull request #8119: URL: https://github.com/apache/incubator-doris/pull/8119#discussion_r809655905
########## File path: be/src/vec/exec/join/vhash_join_node.cpp ########## @@ -322,6 +319,9 @@ struct ProcessHashTableProbe { std::vector<bool> same_to_prev; same_to_prev.reserve(1.2 * _batch_size); + std::vector<uint32_t> _build_index; Review comment: why not use uint32_t _build_index[_batch_size]? -- 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