brimdata / super

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

Flatten nested vector.Dynamics in vector.Apply #5321

Closed nwt closed 5 days ago

nwt commented 1 week ago

Apply can return a Dynamic containing nested Dynamics, in violation of the assumption that Dynamic should only appear at the top level. Fix that by adding vector.stitch, which flattens nested Dynamics.