Max Gabrielsson

Results 162 comments of Max Gabrielsson

Yes, this is expected. Arrays can't roundtrip JSON either AFAIK. I have a PR in progress for this that will hopefully land next patch release. You can cast to list...

Hi! This is issue is not related to duckdb_spatial, `read_csv_auto` is part of core DuckDB (and should be preferred over `st_read` when reading csv). After debugging a bit it seems...

@szarnyasg Maybe we can move this to core duckdb issue tracker?

As mentioned DuckDB doesn't support decimal256 or decimals with negative scale, but I've added support for positive decimal128 conversion here https://github.com/duckdb/duckdb-rs/pull/328

This is def. a good idea, I'll pick this up and solve the conflicts after next release

Well, I am stumped, no clue why there's a bunch of leaks detected by ASAN now.

Something silly with the last step of the CI. Working on it.

Ive adapted to your feedback and done some more refactoring moving members between the index/unboundindex/boundindex types. The UnboundIndex now takes ownership of the entire CreateInfo and I've added abstract getters...

I can't reproduce it locally, but I did find get another hang in another alter test. The issue is that in `CatalogSet::AlterEntry` we lock the catalog, but later when binding...