mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 13:07:32 +00:00
(improvement)(headless) If no time partition is configured, the metric market does not support querying by time (#1531)
This commit is contained in:
@@ -69,6 +69,8 @@ public class MetricResp extends SchemaItem {
|
||||
|
||||
private String defaultAgg;
|
||||
|
||||
private boolean containsPartitionDimensions;
|
||||
|
||||
public void setClassifications(String tag) {
|
||||
if (StringUtils.isBlank(tag)) {
|
||||
classifications = Lists.newArrayList();
|
||||
|
||||
Reference in New Issue
Block a user