mustafasrepo commented on issue #9320:
URL: 
https://github.com/apache/arrow-datafusion/issues/9320#issuecomment-1985769243

   @comphead, I debugged this behaviour also. It seems that during 
concatenation in the `BoundedWindowAggExec`. We were effectively using the 
`schema` of the first batch in the partition (The schema of the first batch may 
not reflect the worst case scenario. As in this example, first batch may come 
from one of the input branches of the `union` with `is_nullable=false`). I have 
filed the [PR9508](https://github.com/apache/arrow-datafusion/pull/9508) to fix 
this problem. 
   
   If you have time, I would appreciate your review.


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