brimdata / zed

A novel data lake based on super-structured data
https://zed.brimdata.io/
BSD 3-Clause "New" or "Revised" License
1.38k stars 67 forks source link

over expr: Pass outer vars into batches #5079

Closed mattnibs closed 6 months ago

mattnibs commented 6 months ago

This commit fixes a bug in over expressions where outer variables were not getting propagated to batches in the inner scope.

Closes #5077