You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
psql:/tmp/create.sql:3: ERROR: a column definition list is only allowed for functions returning "record"
LINE 3: from read_parquet('/tmp/hits.parquet') as (WatchID BIGINT, J...
^
HINT: If you use DuckDB functions like read_parquet, you need to use the r['colname'] syntax introduced in pg_duckdb 0.3.0. It seems like you might be using the outdated "AS (colname coltype, ...)" syntax
The text was updated successfully, but these errors were encountered:
This command in pg_duckdb/benchmark.sh pulls the docker image with the latest version of duck db extension (0.3.0).
The create query subsequently fails with the following error:
The text was updated successfully, but these errors were encountered: