richardstartin commented on a change in pull request #8343:
URL: https://github.com/apache/pinot/pull/8343#discussion_r835895087



##########
File path: 
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/creator/IndexCreationContext.java
##########
@@ -463,4 +492,17 @@ public boolean isFst() {
       return _sortedUniqueElementsArray;
     }
   }
+
+  class Timestamp extends Wrapper {

Review comment:
       A timestamp index isn’t really an index, it’s a collection of 
transformed columns with a range index, so there’s nothing to override, and the 
implementation is dispersed throughout the codebase anyway so couldn’t be 
overridden at a single cut point like IndexCreationContexy is designed for, so 
we don’t need Timestamp here and couldn’t use 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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to