Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
86693: release: use `stable` tag for preflight image r=celiala a=rail Previously, we used a fixed version of the prflight docker image to submit certification results to Red Hat Connect. Unfortunately, their API is not stable yet, so we ended up with failures submitting the certification result. This PR changes the preflight docker image tag to `stable` with hope we don't need to update the pinned image version on the release branches. Release justification: Blocks the release process Release note: None 86694: colexec: remove a redundant assertion r=yuzefovich a=yuzefovich This commit removes a redundant assertion from the sort code where we previously enforced that we had at least one partition to sort (which is always the case). The assertion seems useless since the code works just fine even if zero partitions are given (which will never be the case since the sort operator short-circuits on a zero-length batch). Release justification: low-risk cleanup. Release note: None Co-authored-by: Rail Aliiev <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information