Redundant stream modifier encountered.
#2526 Compile-time warning
Redundant stream modifier encountered.
Additional Information
The modifier 'APPEND' has no effect on already open sinks.
Recovery
Compilation continues normally.
Explanation
Once a sink is open for writing, it always gets appended to. The append
modifier has effect only when
applied to a stream attachment at sink creation time.