### What happens? See example  vs  ### To Reproduce ``` SELECT row(a, b) as x FROM (VALUES ('aa', 'bb')) T(a, b); ``` ### OS: macos ### DuckDB Version: 0.9.2 ### DuckDB Client: python ### Full Name: Michal ### Affiliation: Na ### 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