alamb commented on code in PR #13794:
URL: https://github.com/apache/datafusion/pull/13794#discussion_r1887393005


##########
datafusion/physical-plan/src/windows/window_agg_exec.rs:
##########
@@ -386,12 +382,19 @@ impl WindowAggStream {
                     continue;
                 }
                 Some(Err(e)) => Err(e),
-                None => self.compute_aggregates(),
-            };
+                None => {
+                    let batch = concat_batches(&self.input.schema(), 
&self.batches)?;

Review Comment:
   I think we should fix this prior to merge



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to