leventov commented on a change in pull request #7764: #7316 Use 
Map.putIfAbsent() instead of containsKey() + put()
URL: https://github.com/apache/incubator-druid/pull/7764#discussion_r287846810
 
 

 ##########
 File path: .idea/inspectionProfiles/Druid.xml
 ##########
 @@ -161,7 +158,7 @@
       <searchConfiguration name="Suboptimal IndexedInts iteration" text="$x$ 
&lt; $y$.size()" recursive="false" caseInsensitive="true" type="JAVA">
         <constraint name="__context__" target="true" within="" contains="" />
         <constraint name="x" within="" contains="" />
-        <constraint name="y" nameOfExprType="IndexedInts" 
exprTypeWithinHierarchy="true" within="" contains="" />
+        <constraint name="y" nameOfExprType="IndexedInts" 
expressionTypes="IndexedInts" exprTypeWithinHierarchy="true" within="" 
contains="" />
 
 Review comment:
   When using different versions of IntelliJ IDEA, it makes some seemingly 
arbitrary changes to the config by itself. As long as it doesn't break the 
TeamCity build (and if the PR author uses the latest version of IntelliJ), it 
should be fine.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to