avamingli commented on code in PR #1367:
URL: https://github.com/apache/cloudberry/pull/1367#discussion_r2371361079
##########
src/backend/optimizer/util/pathnode.c:
##########
@@ -2156,12 +2156,17 @@ set_append_path_locus(PlannerInfo *root, Path
*pathnode, RelOptInfo *rel,
* Partially fixed append issue.
* But there are still several locus can't be parallel so that we can't
handle it currently.
*/
- AssertImply(parallel_workers > 1 &&
+ /*
+ * After we try parallel-bolivious append, there cloud be possible that
partial paths with
Review Comment:
Fixed.
--
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]