mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
commit
abc53f551f
@ -154,7 +154,6 @@ public class CachingClusteredClient<T> implements QueryRunner<T>
|
|||||||
contextBuilder.put(CacheConfig.POPULATE_CACHE, false);
|
contextBuilder.put(CacheConfig.POPULATE_CACHE, false);
|
||||||
contextBuilder.put("bySegment", true);
|
contextBuilder.put("bySegment", true);
|
||||||
}
|
}
|
||||||
contextBuilder.put("intermediate", true);
|
|
||||||
|
|
||||||
TimelineLookup<String, ServerSelector> timeline = serverView.getTimeline(query.getDataSource());
|
TimelineLookup<String, ServerSelector> timeline = serverView.getTimeline(query.getDataSource());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user