I will rename the method but leave the code as is. It was intentionally written that way so that we only do a single lookup on the happy path. The default implementation of `putIfAbsent` is just syntactic sugar for separate get/put calls. While the HashMap _implementation_ of this method is indeed more efficient in this regard this is an implementation detail.
[ Full content available at: https://github.com/apache/flink/pull/6599 ] This message was relayed via gitbox.apache.org for [email protected]
