HappenLee commented on code in PR #42202: URL: https://github.com/apache/doris/pull/42202#discussion_r1809792147
########## be/src/pipeline/exec/join/join_op.h: ########## @@ -43,7 +44,7 @@ namespace doris::pipeline { * RowRefListWithFlags is a list of many RowRefWithFlags. This means each row will have different visited flags. It's used for join operation which has `other_conjuncts`. */ struct RowRef { - uint32_t row_num = 0; + size_t row_num = 0; Review Comment: The change would affect performance; it cannot be done -- 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