mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 22:25:19 +00:00
(fixed)修正复合指标引用同一原子指标,替换时BUG (#1743)
This commit is contained in:
@@ -317,7 +317,7 @@ public class QueryReqConverter {
|
||||
});
|
||||
Set<String> deriveDimension = new HashSet<>();
|
||||
Set<String> deriveMetric = new HashSet<>();
|
||||
Set<String> visitedMetric = new HashSet<>();
|
||||
Map<String, String> visitedMetric = new HashMap<>();
|
||||
if (!CollectionUtils.isEmpty(metricResps)) {
|
||||
for (MetricResp metricResp : metricResps) {
|
||||
if (metrics.contains(metricResp.getBizName())) {
|
||||
|
||||
Reference in New Issue
Block a user