adarshsanjeev commented on code in PR #17493:
URL: https://github.com/apache/druid/pull/17493#discussion_r1851448106


##########
processing/src/main/java/org/apache/druid/segment/column/StringUtf8DictionaryEncodedColumn.java:
##########
@@ -135,6 +139,11 @@ public int getCardinality()
     return utf8Dictionary.size();
   }
 
+  public BitmapFactory getBitmapFactory()

Review Comment:
   I think having the bitmap factory might be useful for future changes which 
modify the column, when we would want to have a bitmap factory which was used 
by the column.



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