zhangwenchao-123 commented on PR #1852: URL: https://github.com/apache/cloudberry/pull/1852#issuecomment-4991009140
> It looks like we see some issues in tests, see: > > ``` > diff -I HINT: -I CONTEXT: -I GP_IGNORE: -U3 /__w/cloudberry/cloudberry/src/test/regress/expected/inherit_optimizer.out /__w/cloudberry/cloudberry/src/test/regress/results/inherit.out > --- /__w/cloudberry/cloudberry/src/test/regress/expected/inherit_optimizer.out 2026-07-15 01:31:24.515754942 -0700 > +++ /__w/cloudberry/cloudberry/src/test/regress/results/inherit.out 2026-07-15 01:31:24.599755165 -0700 > @@ -2500,7 +2500,7 @@ > explain (costs off) select * from mclparted where a in(3,4,5) order by a; > QUERY PLAN > ___________ > - Gather Motion 3:1 (slice1; segments: 3) > + Gather Motion 2:1 (slice1; segments: 2) > Merge Key: a > -> Sort > Sort Key: a > ``` Got it, will fix. -- 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]
