druid/extensions-contrib/tdigestsketch/src
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
..
main Correct aggregators violating names (#16615) 2024-07-12 09:18:09 +02:00
test Correct aggregators violating names (#16615) 2024-07-12 09:18:09 +02:00