siddharthteotia commented on a change in pull request #5176: Make text index query cache a configurable option URL: https://github.com/apache/incubator-pinot/pull/5176#discussion_r404282218
########## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/index/loader/IndexLoadingConfig.java ########## @@ -60,6 +60,9 @@ private boolean _isDirectRealtimeOffheapAllocation; private boolean _enableSplitCommitEndWithMetadata; + // constructed from FieldConfig + private Map<String, Map<String, String>> _columnsWithProperties; Review comment: done ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
