Skip to content

Commit

Permalink
colexec: remove a redundant assertion
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yuzefovich committed Aug 23, 2022
1 parent 9b52585 commit b2cbc0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 135 deletions.
Loading

0 comments on commit b2cbc0d

Please sign in to comment.