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_r403182904
##########
File path:
pinot-core/src/test/java/org/apache/pinot/queries/TestTextSearchQueries.java
##########
@@ -160,7 +162,11 @@ private void createSegment()
private void loadSegment()
throws Exception {
IndexLoadingConfig indexLoadingConfig = new IndexLoadingConfig();
- indexLoadingConfig.setTextIndexColumns(new HashSet<>(textIndexColumns));
+ Map<String, Map<String, String>> textIndexColumnsWithProperties = new
HashMap<>();
+ for (String column : textIndexColumns) {
Review comment:
this change not needed anymore
----------------------------------------------------------------
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]