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


##########
be/src/pipeline/exec/set_probe_sink_operator.cpp:
##########
@@ -211,8 +211,8 @@ void 
SetProbeSinkOperatorX<is_intersect>::_refresh_hash_table(
                 using HashTableCtxType = std::decay_t<decltype(arg)>;
                 if constexpr (!std::is_same_v<HashTableCtxType, 
std::monostate>) {
                     arg.init_iterator();
-                    auto& iter = arg.iterator;
-                    auto iter_end = arg.hash_table->end();
+                    auto& iter = arg.begin;
+                    auto iter_end = arg.end;

Review Comment:
   why begin use Ref,end not do the same thing?



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