ozankabak commented on code in PR #4989:
URL: https://github.com/apache/arrow-datafusion/pull/4989#discussion_r1081922580


##########
datafusion/physical-expr/src/window/window_frame_state.rs:
##########
@@ -85,6 +88,7 @@ impl<'a> WindowFrameContext<'a> {
                 sort_options,
                 length,
                 idx,
+                last_range,

Review Comment:
   Yes, as it goes through batches, the search picks up from where it left off 
before. This works for fixed-boundary RANGE frames (which is what Datafusion 
supports).



-- 
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]

Reply via email to