avamingli commented on PR #1213:
URL: https://github.com/apache/cloudberry/pull/1213#issuecomment-3034731714

   Got some crash and failures in previous commit.
   
   The RCA is: 
   In the make_union_unique function, the upper UPPERREL_SETOP relation is 
incorrectly fetched using a NULL bitmap. 
   This results in a new relation where consider_parallel is set to false, 
despite having created the UPPERREL_SETOP with the appropriate relids. 
   This inconsistency ultimately leads to assertion failures in the 
add_partial_path function and other failures.
   
   This should be another issue which is exposed by this PR, keep them as two 
commits.
   


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