kfaraz commented on a change in pull request #11902:
URL: https://github.com/apache/druid/pull/11902#discussion_r746537084
##########
File path: core/src/main/java/org/apache/druid/timeline/partition/ShardSpec.java
##########
@@ -134,4 +140,29 @@ default boolean sharePartitionSpace(PartialShardSpec
partialShardSpec)
{
return !partialShardSpec.useNonRootGenerationPartitionSpace();
}
+
+ /**
+ * ShardSpec type names.
+ */
+ interface Type
Review comment:
Since the enclosing type is an interface, everything inside is `public`
by default.
--
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]