Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
TestWindowFrame unit tests are only meaningful if memory sort exposes batches of a specific size (20 rows) downstream. Otherwise, the tests will pass but they won't catch problems related to some specific edge cases when multiple batches are involved.
The purpose of this JIRA is to extend TestBuilder so that unit tests that wish to do so, to fail if the number of result batches differs from some expected number.