gianm commented on code in PR #14142: URL: https://github.com/apache/druid/pull/14142#discussion_r1244045098
########## processing/src/main/java/org/apache/druid/segment/column/StringFrontCodedDictionaryEncodedColumn.java: ########## @@ -68,12 +68,12 @@ public class StringFrontCodedDictionaryEncodedColumn implements DictionaryEncode private final ColumnarInts column; @Nullable private final ColumnarMultiInts multiValueColumn; - private final FrontCodedIndexed utf8Dictionary; + private final Indexed<ByteBuffer> utf8Dictionary; Review Comment: I did this in the latest patch. -- 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]
