druid-hdrhistogram druid版本升级到26.0.0

This commit is contained in:
lifengchao
2023-09-25 11:05:24 +08:00
parent 26bb13fd74
commit ce13bd16de
14 changed files with 314 additions and 291 deletions

View File

@@ -170,7 +170,8 @@ public class HllAggregatorFactory extends AggregatorFactory {
@Override
public ColumnType getResultType() {
return round ? ColumnType.LONG : ColumnType.DOUBLE;
//return round ? ColumnType.LONG : ColumnType.DOUBLE;
return getIntermediateType();
}
@Nullable