clintropolis commented on code in PR #14572:
URL: https://github.com/apache/druid/pull/14572#discussion_r1283699468


##########
processing/src/main/java/org/apache/druid/segment/data/FrontCodedIndexedWriter.java:
##########
@@ -413,15 +413,62 @@ private static int 
compareNullableUtf8UsingJavaStringOrdering(
     return StringUtils.compareUtf8UsingJavaStringOrdering(b1, b2);
   }
 
+  /**
+   * Copy of instance method {@link 
FrontCodedIndexed.FrontCodedV0#getFromBucket(ByteBuffer, int)}

Review Comment:
   reverted to use shared static method for v0



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