richardstartin commented on a change in pull request #7454:
URL: https://github.com/apache/pinot/pull/7454#discussion_r712797242
##########
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:
I originally put this in `IndexingConfig` but unfortunately the table
config was null in some unit tests, which looks like an error. I'll move it
back.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]