IgorBerman commented on PR #16362:
URL: https://github.com/apache/druid/pull/16362#issuecomment-2098971697
coverage failed on code of KillTaskReport. I've removed
numSegmentsMarkedAsUnused field from it. Seems to me it wasn't covered before
as well
```
------------------------------------------------------------------------------
org/apache/druid/indexer/report/KillTaskReport.java
------------------------------------------------------------------------------
22 import com.fasterxml.jackson.annotation.JsonCreator;
23 import com.fasterxml.jackson.annotation.JsonProperty;
24
91 @JsonProperty("numBatchesProcessed") int
numBatchesProcessed
121 && numBatchesProcessed ==
that.numBatchesProcessed;
127 F | L return Objects.hash(numSegmentsKilled,
numBatchesProcessed);
------------------------------------------------------------------------------
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]