abhishekrb19 commented on code in PR #16094:
URL: https://github.com/apache/druid/pull/16094#discussion_r1519180677


##########
server/src/test/java/org/apache/druid/server/coordinator/duty/KillUnusedSegmentsTest.java:
##########
@@ -898,4 +924,25 @@ void deleteLastKillTaskId(final String dataSource)
       observedDatasourceToLastKillTaskId.remove(dataSource);
     }
   }
+
+  private void updateUsedStatusLastUpdated(DataSegment segment, DateTime 
lastUpdatedTime)

Review Comment:
   +1. A small variation of this update in 
`SQLMetadataConnectorTest.testAlterSegmentTableAddLastUsed()` with all the 
boilerplate. 



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

Reply via email to