avamingli commented on code in PR #1295:
URL: https://github.com/apache/cloudberry/pull/1295#discussion_r2284436393


##########
src/backend/optimizer/plan/setrefs.c:
##########
@@ -422,6 +423,17 @@ set_plan_references(PlannerInfo *root, Plan *plan)
                glob->finalrowmarks = lappend(glob->finalrowmarks, newrc);
        }
 
+       /*
+        * ShareInputScan nodes can be reused multiple times during execution, 
but this

Review Comment:
   Sure, found it's hard to reproduce in simple case, will add TPC-DS Q04 case 
to test.



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