mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
(feature)(chat) add aggregate to metric in GroupByCorrector (#225)
This commit is contained in:
@@ -58,5 +58,7 @@ public class GroupByCorrector extends BaseSemanticCorrector {
|
||||
})
|
||||
.collect(Collectors.toSet());
|
||||
semanticCorrectInfo.setSql(SqlParserAddHelper.addGroupBy(sql, groupByFields));
|
||||
|
||||
addAggregateToMetric(semanticCorrectInfo);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user