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


##########
be/src/vec/exec/join/process_hash_table_probe_impl.h:
##########
@@ -839,7 +865,8 @@ struct ExtractType<T(U)> {
     template Status                                                            
               \
     
ProcessHashTableProbe<JoinOpType>::process_data_in_hashtable<ExtractType<void(T)>::Type>(
 \
             ExtractType<void(T)>::Type & hash_table_ctx, MutableBlock & 
mutable_block,        \
-            Block * output_block, bool* eos)
+            Block * output_block, bool* eos,                                   
               \
+            ForwardIterator<RowRefListWithFlag>& mapped_visited_iter)

Review Comment:
   do not need pass a arg ? better use _join_node to get the value



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