Phillip Cloud
Phillip Cloud
Yep that makes sense. We'll do a 3.2 release before 4.0 lands.
@gerrymanoim We'd like to release this week. Any chance of getting this fix in for 3.2? Otherwise, we'll have to leave it for 4.0.
@jreback Thanks!
It's totally reasonable to try this initially, because it's pretty natural to use a function that generates a column as a filter! This might be possible to do automatically, in...
Removing the bug label, this is working as expected so it's a feature request to make it more convenient to filter based on the value of a window function.
This can be mapped to SQL's `QUALIFY` syntax for example, https://duckdb.org/docs/sql/query_syntax/qualify: ```sql SELECT schema_name, function_name, -- In this example the function_rank column in the select clause is for reference row_number()...
Can you clarify what "auto docs" means here? Where would these docs live? E.g., API reference, prose. Who's the audience? Devs, power users etc.
@jacques-n Are there any specific test cases we should be exercising to ensure decimal correctness?
Fixed by #4334.
Adding arrow 9 to nixpkgs [here](https://github.com/NixOS/nixpkgs/pull/185124).