gargvishesh commented on code in PR #16291:
URL: https://github.com/apache/druid/pull/16291#discussion_r1673448082
##########
server/src/test/java/org/apache/druid/server/coordinator/duty/CompactSegmentsTest.java:
##########
@@ -1918,10 +1956,13 @@ private void addMoreData(String dataSource, int day)
private List<DataSourceCompactionConfig> createCompactionConfigs()
{
- return createCompactionConfigs(null);
+ return createCompactionConfigs(null, null);
}
- private List<DataSourceCompactionConfig> createCompactionConfigs(@Nullable
Integer maxNumConcurrentSubTasks)
+ private List<DataSourceCompactionConfig> createCompactionConfigs(
Review Comment:
Have retained the added function but added the suggested layers on top of
it, so that the entire body need not be repeated.
--
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]