Issue found by SQLSmith on git commit hash [31f33](https://github.com/duckdb/duckdb/commit/31f338d7bc82d4947bc77aca9abec3f5ae650587) using seed 336031082. ### To Reproduce ```sql call dbgen(sf=0.1); SELECT array_zip() AS c0 ``` ### Error Message ``` ABORT THROWN BY INTERNAL EXCEPTION: Attempted to access index -1 within vector of size 0 ```