HappenLee commented on code in PR #15440:
URL: https://github.com/apache/doris/pull/15440#discussion_r1058893537


##########
be/src/vec/exec/join/join_op.h:
##########
@@ -202,6 +206,7 @@ struct RowRefListWithFlag : RowRef {
     friend class ForwardIterator<RowRefListWithFlag>;
 
     Batch<RowRefType>* next = nullptr;
+    ForwardIterator<RowRefListWithFlag> _visited_iter;

Review Comment:
   the way will cause unnecessary mem and performance problem



-- 
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

Reply via email to