Thijs
Thijs
> Converting some of the serialization generation scripts into proper c++ tools as IMO they are starting to outgrow python in complexity. I'm not sure I agree with this statement,...
It's not a standard sql feature We can and want to fix it, but it will not make 1.0
Should we throw an error if a further format specifier appears after `%_` ?
If there is no privacy concern we'd very much like it if you could attach the dataset, uploading through WeTransfer or SendBig if WeTransfer is blocked in your region
Thanks for the report! InternalException derives from FatalException, when a FatalException is thrown it invalidates the database, causing another FatalException to be thrown when it's used before restarting. That's not...
Made a (slightly) smaller reproducable example ```sql select unnest([5,4,3]) as r, r as x, sum(r) OVER (); ``` Note: both `sum(x)` and `sum(r)` variations break like this To me it...
But you are right, they are less related than I initially thought, though I do suspect they have the same cause
I just saw this issue I filed a while ago, it seems related to this https://github.com/duckdb/duckdb/issues/5150
Exciting improvements from the benchmarks you shared!
You probably want to merge with `feature`, and also change the target branch (at the top of the PR) to `feature` as well. Because you merged with `main` there will...