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
When creating the native plan for first_value / last_value aggregates, we currently hard-code ignoreNulls instead of using the value from the protobuf encoding:
AggregateExprBuilder::new(Arc::new(func),vec![child]).schema(schema).alias("first").with_ignore_nulls(false) <-- this should not be hard-coded!