Max Gabrielsson
Max Gabrielsson
I don't think this is related to duckdb-rs. IIRC the parquet metadata cache is never cleared, so it's not really a leak per se.
Yes, I'm waiting for some changes in DuckDBs sorting and partitioning code to land, after which I will try to integrate these into spatial.
Hard to say for sure but Im currently reworking distance computations in general, after which a naive in-memory DBSCAN shouldn't be too hard to implement. The larger sorting and partitioning...
Ive got ST_ClusterDBScan working from spatial's side, but it requires changes in DuckDB core in order to force the window function executor to always call the right callbacks. Im going...
Hello! `enable_geoparquet_conversion` is always set to `true` by default, so I don't think it has anything to do with anything (and I don't understand how it solved your problem before)....
Hello! The R-tree index should be thread safe. Its hard to judge from the stack trace, but I recently fixed another issue in the r-tree that triggered after lots of...
Hello! Im currently overhauling how types work in general in DuckDB, and how the extension types and DuckDB GEOMETRY type works in particular, with the goal of being able to...
This is planned to be resolved in DuckDB v1.5
Looking at the CI run in https://github.com/duckdb/duckdb-rs/pull/468, it seems like the windows and linux runs succeed? I think the ASAN run failing is expected, we're building rust/duckdb in debug w/asan...
@Tishj I know youve done a lot of work on the multi file reader recently, does this stacktrace seem familiar to you? Are there any known regressions related to globbing...