CDISP0226E

The output clause in the operator name operator modifies the incoming tuple of port number port number. However, the operator model specifies that this tuple is not mutable.

The operator definition prevents the modification of the input tuple, but the code in the output clause modifies the tuple.
Ensure that the code in the output clause does not modify the input tuple.