759434091 opened a new pull request, #6564:
URL: https://github.com/apache/paimon/pull/6564
### Purpose
Add distinct support to FileListagg aggregate function.
- Reuses `fields.{fieldName}.distinct` option
- May significantly reduce computation overhead vs `array.collect.distinct`,
`map.merge_map`
### Tests
org.apache.paimon.mergetree.compact.aggregate.FieldAggregatorTest#testFieldListAggWithDefaultDelimiterAndDistinct
### API and Format
- `fields.{fieldName}.distinct` option
### Documentation
--
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]