talmacschen-arch commented on PR #1727:
URL: https://github.com/apache/cloudberry/pull/1727#issuecomment-4447620354

   Hi committers — could someone please approve the queued workflow runs on 
this PR?
   
   The previous CI run had a single failure in `ic-cbdb-parallel` on the Debian 
pipeline: `alter_distribution_policy` flipped one boolean (`t` → `f`) on the 
line
   
   ```
   select check_redistributed(
     'alter table t_reorganize set with (reorganize=true) distributed randomly',
     't_reorganize', 't_reorganize');
   ```
   
   This test compares per-segment row distribution before/after a 
`reorganize=true ... distributed randomly`, and with only 1000 rows the outcome 
is sensitive to the random hash mapping — looks like a pre-existing flake (RPM 
pipeline's same job passed, all other 42 jobs are green, and this PR only 
touches FDW `OPTIONS encoding` parsing, unrelated to distribution).
   
   I pushed an empty commit (2f0b3304) to retrigger CI, but the workflows are 
stuck in `action_required` since I'm an external contributor. Thanks!


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