### What happens? This sql should throw an error. ```sql select array(select 1,2 union select 3,4) ``` ### To Reproduce ```sql select array(select 1,2 union select 3,4) ``` ### OS: aarch64 ### DuckDB Version: 0.9 ### DuckDB Client: duckdb command line ### Full Name: Dylan Chen ### Affiliation: RisingWave ### 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