-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
Yes, I want nulls to be filtered from array_agg when I specify with_ignore_nulls: true in AggregateExprBuilder to have behavior similar to Spark, this should also work when with_distinct is false or true
Describe the solution you'd like
Specifing with_ignore_nulls: true should ignore
Describe alternatives you've considered
- Adding a filter for removing nulls to the child before creating the
array_agg - Copy the implementation and added in myself as an UDAF
Additional context
This PR might be relevant:
I'm willing to open a pull request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request