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 2020/05/04 16:30:56 UTC

[GitHub] [incubator-pinot] siddharthteotia commented on a change in pull request #5240: Supporting range queries using indexes

siddharthteotia commented on a change in pull request #5240:
URL: https://github.com/apache/incubator-pinot/pull/5240#discussion_r419565654



##########
File path: pinot-spi/src/main/java/org/apache/pinot/spi/config/table/IndexingConfig.java
##########
@@ -27,6 +27,7 @@
 
 public class IndexingConfig extends BaseJsonConfig {
   private List<String> _invertedIndexColumns;
+  private List<String> _rangeIndexColumns;

Review comment:
       We should not make a change to IndexingConfig. Let's start using FieldConfig.
   IndexLoadingConfig can then be derived from FieldConfig




----------------------------------------------------------------
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



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