### What happens? ```sql create table tbl as select unnest(generate_series(500000000)) as id; select list(id) from tbl; ``` ``` Segmentation fault (core dumped) ``` ### To Reproduce see above ### OS: ubuntu 2204 ### DuckDB Version: v0.9.3-dev1411 7d5150c198 ### DuckDB Client: cli ### Full Name: Yiyuan Liu ### Affiliation: High-Flyer AI ### Have you tried this on the latest `main` branch? I have tested with a main build ### Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there? - [X] Yes, I have