yiguolei commented on code in PR #19970: URL: https://github.com/apache/doris/pull/19970#discussion_r1203288407
########## be/src/vec/exec/join/vhash_join_node.cpp: ########## @@ -197,7 +204,12 @@ struct ProcessHashTableBuild { bool build_unique = _join_node->_build_unique; #define EMPLACE_IMPL(stmt) \ + int64_t _batch_rows = 0; \ Review Comment: _batch_rows % 65536 == 0? -- 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