mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 13:07:32 +00:00
(fix)(headless) fix filter for measure (#626)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -50,6 +50,8 @@ public class MetricYamlManager {
|
||||
public static MeasureYamlTpl convert(Measure measure) {
|
||||
MeasureYamlTpl measureYamlTpl = new MeasureYamlTpl();
|
||||
measureYamlTpl.setName(measure.getBizName());
|
||||
measureYamlTpl.setConstraint(measure.getConstraint());
|
||||
measureYamlTpl.setAgg(measure.getAlias());
|
||||
return measureYamlTpl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user