Operators on a KeyedStream don't return a new KeyedStream.  Is there a
reason for this?  You need to perform `keyBy` again to get a KeyedStream.
Presumably if you key by the same value there won't be any shuffled data,
but the key may no longer be available within the stream record.

Reply via email to