sashidhar opened a new pull request #7764: #7316 Use Map.putIfAbsent() instead 
of containsKey() + put()
URL: https://github.com/apache/incubator-druid/pull/7764
 
 
   Fix for https://github.com/apache/incubator-druid/issues/7316. Please review.
   
   1. if(!map.containsKey(some_key)) {
          key.put(some_key, some_value);
      }
   The above map usage pattern has been replaced with map.putIfAbsent()
   
   2. A new search configuration got updated in 
.idea/inspectionProfiles/Druid.xml.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to