Github user pnowojski commented on the issue:
https://github.com/apache/flink/pull/4876
I assumed that it is up to concrete implementations of `StreamWriterBase`
to implement `equals` completely, for example based on `configuration`.
Alternatively including `outStream` in equality/hash implementation is also a
solution, with slightly different semantic.---
