You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/05/02 15:22:44 UTC

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #4182: Generate inverted index in purge task if it exists

mcvsubbu commented on a change in pull request #4182: Generate inverted index in purge task if it exists
URL: https://github.com/apache/incubator-pinot/pull/4182#discussion_r280470577
 
 

 ##########
 File path: pinot-core/src/main/java/org/apache/pinot/core/minion/SegmentPurger.java
 ##########
 @@ -100,14 +105,28 @@ public File purgeSegment()
         config.setSegmentTimeUnit(segmentMetadata.getTimeUnit());
       }
 
+      // Generate inverted index if it exists in the original segment
+      // TODO: once the column metadata correctly reflects whether inverted index exists for the column, use that
 
 Review comment:
   In v3 segments we shiould be able to read the index file to see if inverted index exists for 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org