Jelte Fennema-Nio
Jelte Fennema-Nio
Filters and projections are pushed down. In general this isn't much related to pg_duckdb afaict, i.e. the same requests apply to general duckdb.
It would be nice to have this work, but I don't think there's a no easy way. Feel free to create a PR if you can think of one.
Can you check if this PR solves the issue: https://github.com/duckdb/pg_duckdb/pull/846
I'd say the stack trace is fine. But the fact that we get this error is a problem.
So the problem is that these arguments are of the type struct, and these cannot be created from pg_duckdb (yet). I tried to add support for creating them some simple...