You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop redundant param from WindowFunctionDefinition::return_field
It became redundant when `input_expr_types: &[DataType]` was replaced
with `input_expr_fields: &[Field]`, i.e. in
577c424 commit. The benefit of passing
in a "field" is that it combines data type and nullable attribute.
0 commit comments