When trying to run either SELECT 1 or SELECT COUNT(*) FROM REGION on a DuckDB tables the engine hangs. SELECT SUM(r_regionkey) from REGION worked fine on DuckDB tables.
When trying to run either SELECT 1 or SELECT COUNT(*) FROM REGION on a DuckDB tables the engine hangs.
SELECT SUM(r_regionkey) from REGION worked fine on DuckDB tables.