richardstartin commented on a change in pull request #7876:
URL: https://github.com/apache/pinot/pull/7876#discussion_r764202584
##########
File path:
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/creator/impl/inv/json/BaseJsonIndexCreator.java
##########
@@ -67,8 +66,6 @@
final File _invertedIndexFile;
final IntList _numFlattenedRecordsList = new IntArrayList();
final Map<String, RoaringBitmapWriter<RoaringBitmap>> _postingListMap = new
TreeMap<>();
- final RoaringBitmapWriter.Wizard<Container, RoaringBitmap>
_bitmapWriterWizard =
- RoaringBitmapWriter.writer();
Review comment:
I noticed this usage of non public API (the inner class itself is only
visible because the project isn't modular yet)
--
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]