leventov commented on a change in pull request #7738: Fix some problems 
reported by PVS-Studio
URL: https://github.com/apache/incubator-druid/pull/7738#discussion_r288427816
 
 

 ##########
 File path: 
extensions-core/google-extensions/src/main/java/org/apache/druid/storage/google/GoogleDataSegmentKiller.java
 ##########
 @@ -52,7 +52,7 @@ public void kill(DataSegment segment) throws 
SegmentLoadingException
     Map<String, Object> loadSpec = segment.getLoadSpec();
     final String bucket = MapUtils.getString(loadSpec, "bucket");
     final String indexPath = MapUtils.getString(loadSpec, "path");
-    final String descriptorPath = indexPath.substring(0, 
indexPath.lastIndexOf('/')) + "/descriptor.json";
+    final String descriptorPath = indexPath.substring(0, 
indexPath.lastIndexOf('/')) + "/descriptor.json"; //-V6009
 
 Review comment:
   This inspection means "substring() argument can be negative".

----------------------------------------------------------------
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