kfaraz commented on a change in pull request #11902:
URL: https://github.com/apache/druid/pull/11902#discussion_r747170208



##########
File path: core/src/main/java/org/apache/druid/timeline/partition/ShardSpec.java
##########
@@ -123,6 +123,12 @@ default short getAtomicUpdateGroupSize()
   @JsonIgnore
   boolean possibleInDomain(Map<String, RangeSet<String>> domain);
 
+  /**
+   * Get the type name of this ShardSpec.
+   */
+  @JsonIgnore
+  String getType();

Review comment:
       Thanks for the review, @cheddar .
   
   Yeah, I kind of struggled with this too. Did start with a default but then 
got rid of it.
   
   Fixing it. 




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