Soeren Wolfers

Results 62 comments of Soeren Wolfers

@szarnyasg if you confirm how temp_directory and max_temp_directory_size behave I'd be happy to make the doc PRs

@szarnyasg thanks for the clarification. and the default value `'.tmp'` does mean the temporary disk spilling directory is used even for in-memory connections, contrary to what the docs say?

Opened #3522 #3523 #3524 #3525 -- sorry for the many PRs; did this in lazy mode using the web interface

Slightly off-topic, but the limits page says ``` | Memory allocation | 128 GB | - | ``` Not to brag, but I'm writing this from a machine with 1TB...

Not sure how this should be done, but I also sometimes wish data types weren't described so separately from the corresonding methods. Maybe that can just be fixed by making...

(Disclaimer: I'm not a dev) This looks not like a bug per se, but a missing filter pushdown. For normal joins, filtering the joined table is essentially the same as...

You didn't include an error message

Whatever the resolution here, it probably needs some documentation. Even in IEEE754, NaN has surprising behavior (there can be multiple NaNs, and even two bitwise equal NaNs don't compare equal),...

Still an issue. Updated repro to be more minimal and clear.