druid/extensions-contrib/tdigestsketch/src/test
Sree Charan Manamala eb981d855f
Correct aggregators violating names (#16615)
In case of few aggregators for example BloomSqlAggregator, BaseVarianceSqlAggregator etc, the aggName is being updated from a0 to a0:agg, breaching the contract as we would expect the aggName as the name which is passed. This is causing a mismatch while creating a column accessor.

This commit aims to correct those violating sql aggregators.
2024-07-12 09:18:09 +02:00
..
java/org/apache/druid/query/aggregation/tdigestsketch Correct aggregators violating names (#16615) 2024-07-12 09:18:09 +02:00
resources Handle null values for metrics in TDigest aggregators. (#9073) 2019-12-23 17:49:06 -08:00