mirror of
https://github.com/apache/druid.git
synced 2025-02-25 12:35:33 +00:00
fix issue-4513 (#4525)
This commit is contained in:
parent
2b7329688a
commit
8ffac8f5e7
@ -85,7 +85,7 @@ public class DataSchema
|
||||
log.warn("No metricsSpec has been specified. Are you sure this is what you want?");
|
||||
}
|
||||
|
||||
this.aggregators = aggregators;
|
||||
this.aggregators = aggregators == null ? new AggregatorFactory[]{} : aggregators;
|
||||
}
|
||||
|
||||
@JsonProperty
|
||||
|
Loading…
x
Reference in New Issue
Block a user