rluvaton opened a new issue, #13742:
URL: https://github.com/apache/datafusion/issues/13742

   ### 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`
   
   ### Additional context
   
   This PR might be relevant:
   - #11447
   
   I'm willing to open a pull request


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to