Github user aljoscha commented on the issue:
https://github.com/apache/flink/pull/5573
@yanghua I'll have a look next week. From a first look it seems like we
might have to extend the rest handler and the client to also return the
accumulators as a `SerializedValue<>` as the old code for accumulators does, to
allow user defined accumulator types.---
