yiguolei commented on code in PR #19970:
URL: https://github.com/apache/doris/pull/19970#discussion_r1203287468


##########
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:
    and here



##########
be/src/vec/exec/join/vhash_join_node.cpp:
##########
@@ -169,7 +171,12 @@ struct ProcessHashTableBuild {
                                                            old_keys_memory);
             }
 
+            int64_t _batch_rows = 0;

Review Comment:
   and here



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to