mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 13:07:32 +00:00
(improvement)(headless) Remove default metric configuration for singer queries. (#889)
This commit is contained in:
@@ -542,7 +542,6 @@ public class ModelDemoDataLoader {
|
|||||||
tagTypeDefaultConfig.setTimeDefaultConfig(tagTimeDefaultConfig);
|
tagTypeDefaultConfig.setTimeDefaultConfig(tagTimeDefaultConfig);
|
||||||
DefaultDisplayInfo defaultDisplayInfo = new DefaultDisplayInfo();
|
DefaultDisplayInfo defaultDisplayInfo = new DefaultDisplayInfo();
|
||||||
defaultDisplayInfo.setDimensionIds(Lists.newArrayList(4L, 5L, 6L, 7L));
|
defaultDisplayInfo.setDimensionIds(Lists.newArrayList(4L, 5L, 6L, 7L));
|
||||||
defaultDisplayInfo.setMetricIds(Lists.newArrayList(5L));
|
|
||||||
tagTypeDefaultConfig.setDefaultDisplayInfo(defaultDisplayInfo);
|
tagTypeDefaultConfig.setDefaultDisplayInfo(defaultDisplayInfo);
|
||||||
MetricTypeDefaultConfig metricTypeDefaultConfig = new MetricTypeDefaultConfig();
|
MetricTypeDefaultConfig metricTypeDefaultConfig = new MetricTypeDefaultConfig();
|
||||||
TimeDefaultConfig timeDefaultConfig = new TimeDefaultConfig();
|
TimeDefaultConfig timeDefaultConfig = new TimeDefaultConfig();
|
||||||
|
|||||||
Reference in New Issue
Block a user