huaxingao commented on PR #13981:
URL: https://github.com/apache/iceberg/pull/13981#issuecomment-3260290181
In the original java doc `Count` covers both `Count(*)` and `Count(field)`,
but now since we also support `CountNull`, lets update the java doc and spell
out each of them. Something like this:
```
/**
* The aggregate functions that can be evaluated in Iceberg. Supported
aggregates include
* Min(field), Max(field), Count(*), Count(field) and CountNull(field)
*/
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]