mustafasrepo commented on code in PR #9597:
URL: https://github.com/apache/arrow-datafusion/pull/9597#discussion_r1523377714
##########
datafusion/core/tests/fuzz_cases/window_fuzz.rs:
##########
@@ -566,6 +567,50 @@ fn get_random_window_frame(rng: &mut StdRng, is_linear:
bool) -> WindowFrame {
// should work only with WindowAggExec
window_frame
}
+ };
+ window_frame.start_bound =
Review Comment:
these changes introduced to be able to test `BoundedWindowAggExec` with
`current row` bound.
--
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]