Github user fhueske commented on the issue:
https://github.com/apache/flink/pull/3816
Hi @iduanyingjie, the replacement for fold has not been implemented yet. So
you have to stick with `fold()` for now.
`fold`'s replacement will correspond to
`WindowedStream.aggregate(AggregateFunction)`.---
