kishoreg commented on a change in pull request #6376:
URL: https://github.com/apache/incubator-pinot/pull/6376#discussion_r547703865
##########
File path:
pinot-core/src/main/java/org/apache/pinot/core/indexsegment/mutable/MutableSegmentImpl.java
##########
@@ -325,10 +326,10 @@ public long getLatestIngestionTimestamp() {
// Null value vector
MutableNullValueVector nullValueVector = _nullHandlingEnabled ? new
MutableNullValueVector() : null;
- // TODO: Support range index and bloom filter for mutable segment
+ // TODO: Support range index and bloom filter and h3 index for mutable
segment
_indexContainerMap.put(column,
new IndexContainer(fieldSpec, partitionFunction, partitions, new
NumValuesInfo(), forwardIndex, dictionary,
- invertedIndexReader, null, textIndex, null, nullValueVector));
+ invertedIndexReader, null, null, textIndex, null,
nullValueVector));
Review comment:
yes, but should be part of another PR
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]