james727 commented on issue #1323: URL: https://github.com/apache/arrow-datafusion/issues/1323#issuecomment-1003460015
@Jimexist I realized after working on this for a bit that `array_agg(distinct <expr>)` should work for this case - is there a use case where `set_agg` would work but `array_agg` with distinct would not? Datafusion supports this syntax right now, though there appear to be some issues with non-column expression and distinct. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
