BiteTheDDDDt commented on a change in pull request #8448:
URL: https://github.com/apache/incubator-doris/pull/8448#discussion_r825562764



##########
File path: be/src/vec/exec/vrepeat_node.cpp
##########
@@ -181,13 +187,9 @@ Status VRepeatNode::get_next(RuntimeState* state, Block* 
block, bool* eos) {
 
     // current child block has finished its repeat, get child's next block
     if (_child_block->rows() == 0) {
-        if (_child_eos) {

Review comment:
       This is unnessesary code. 




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