You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ji...@apache.org on 2020/02/12 17:32:55 UTC

[druid] branch master updated (d268ff7 -> c3ebb5e)

This is an automated email from the ASF dual-hosted git repository.

jihoonson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from d268ff7  Use ExecutorService instead of ScheduledExecutorService where necessary (#9325)
     add c3ebb5e  variance aggregator support for double columns (#9076)

No new revisions were added by this update.

Summary of changes:
 docs/development/extensions-core/stats.md          |  2 +-
 .../aggregation/variance/VarianceAggregator.java   | 33 ++++++++++----
 .../variance/VarianceAggregatorCollector.java      | 11 +++++
 .../variance/VarianceAggregatorFactory.java        | 53 +++++++++++++++++-----
 .../variance/VarianceBufferAggregator.java         | 42 ++++++++++++++++-
 .../variance/sql/BaseVarianceSqlAggregator.java    | 15 +++---
 .../variance/VarianceAggregatorTest.java           |  1 +
 .../variance/sql/VarianceSqlAggregatorTest.java    | 12 ++---
 8 files changed, 134 insertions(+), 35 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org