Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for lead/lag window test failures. (#11823)
Fixes #11807. `test_lead_lag_for_structs_with_arrays` in `window_function_test` fails intermittently because of non-deterministic data ordering. Window function tests are sensitive to data ordering. With certain values of DATAGEN_SEED, there are repeated values of partitioning/ordering keys, causing the window function to return different values on CPU and GPU. This commit fixes the test so that the ordering is deterministic. Signed-off-by: MithunR <[email protected]>
- Loading branch information