clintropolis commented on code in PR #12388:
URL: https://github.com/apache/druid/pull/12388#discussion_r866686595
##########
processing/src/main/java/org/apache/druid/segment/QueryableIndexIndexableAdapter.java:
##########
@@ -383,6 +391,9 @@ public BitmapValues getBitmapValues(String dimension, int
dictId)
}
}
+ /**
+ * this method is only for testing, don't use it for stuff
Review Comment:
added a `getQueryableIndex` method so that this method could be moved to the
only test that uses 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]