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 2021/09/20 21:44:30 UTC

[GitHub] [pinot] richardstartin commented on a change in pull request #7454: bit-sliced index for int, long SV columns

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



##########
File path: pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/IndexLoadingConfig.java
##########
@@ -304,6 +306,13 @@ public void setReadMode(ReadMode readMode) {
   public Map<String, Map<String, String>> getColumnProperties() {
     return _columnProperties;
   }
+  public int getRangeIndexVersion() {

Review comment:
       @Jackie-Jiang it's not 100% clear to me if this is the right place to be configuring this, please let me know your thoughts.




-- 
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-unsubscribe@pinot.apache.org

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



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