jihoonson commented on pull request #10307:
URL: https://github.com/apache/druid/pull/10307#issuecomment-679356629


   ```
   
org/apache/druid/indexing/common/task/batch/parallel/PartialSegmentMergeTask.java
   
------------------------------------------------------------------------------
   286                               new DataSegment(
   287                                   getDataSource(),
   288                                   interval,
   289 L                                 Preconditions.checkNotNull(
   290 L                                     
ParallelIndexSupervisorTask.findVersion(intervalToVersion, interval),
   291                                       "version for interval[%s]",
   292                                       interval
   293 F                                 ),
   303 F | L | B(0/4)            exception -> !(exception instanceof 
NullPointerException) && exception instanceof Exception,
   ```
   
   The coverage bot complains about this change, but I'm not sure how to test 
this without a big refactoring around retry.


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



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

Reply via email to