Max Gabrielsson
Max Gabrielsson
Ok, nvm, found the issue. I'll work on a fix. Workaround for now is to use the "parquet" feature to embed the parquet extension when using the "bundled" feature.
Yeah, unfortunately loading extensions with the "bundled" feature is broken. The issue is that the bundle contains the wrong sources for DuckDB v1.2.1, which leads to ABI incompatibility when loading...
Im rewriting the GDAL integration code for DuckDB v1.5, so this will be fixed then.
Hello! 1. What is the actual SQL query you're trying to run? As the error message explains, you're trying to pass a column named "geometry" to the ST_Union function, but...
Geometry is the name of the _type_ not the _column_. The geometry column you get from ST_Read is called "geom", not "geometry"
CC @Mytherin I could look into fixing this this week as Im planning to do some related list/array fixes, but what is the desired behavior here?
Hello! Thanks for the PR! This is currently failing because the VCPKG baseline DuckDB's CI build system uses doesn't include the latest GEOS version. I'll see if we can have...
This is expected, ST_GeomFromWKB is overloaded to work for both BLOB and WKB_BLOB, and a NULL literal has no type.
This will be resolved in DuckDB v1.5
Im out drinking beer. Ill respond tomorrow but I have a lot of thoughts about this!