Why should we search for the row if we know that we want to remove it from the first position? Couldn't we just do `materializedTable.remove(0)`? This will be expensive because `materializedTable` is an `ArrayList` but what's the chance that there is another row that is equal to the one that is removed?
[ Full content available at: https://github.com/apache/flink/pull/6621 ] This message was relayed via gitbox.apache.org for [email protected]
