jihoonson commented on a change in pull request #12250:
URL: https://github.com/apache/druid/pull/12250#discussion_r808379737



##########
File path: 
processing/src/main/java/org/apache/druid/segment/serde/StringBitmapIndexColumnPartSupplier.java
##########
@@ -34,8 +35,8 @@
 public class StringBitmapIndexColumnPartSupplier implements 
Supplier<BitmapIndex>
 {
   private final BitmapFactory bitmapFactory;
-  private final GenericIndexed<ImmutableBitmap> bitmaps;
-  private final GenericIndexed<String> dictionary;
+  private final CloseableIndexed<ImmutableBitmap> bitmaps;
+  private final CloseableIndexed<String> dictionary;

Review comment:
       Oops, reverted.




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