suneet-s commented on a change in pull request #10900:
URL: https://github.com/apache/druid/pull/10900#discussion_r585699302
##########
File path:
server/src/main/java/org/apache/druid/client/indexing/ClientCompactionTaskGranularitySpec.java
##########
@@ -22,26 +22,22 @@
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.apache.druid.java.util.common.granularity.Granularity;
-import org.apache.druid.segment.indexing.granularity.BaseGranularitySpec;
import java.util.Objects;
-public class ClientCompactionTaskQueryGranularitySpec
+public class ClientCompactionTaskGranularitySpec
Review comment:
Can you add a javadoc for this please. Why is this needed? Why we
haven't chosen to use the GranularitySpec class that already exists? Whats the
relationship between this and `UserCompactionTaskGranularityConfig`
I'm ok if you do this in a follow up change.
----------------------------------------------------------------
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]