You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2021/05/10 20:42:18 UTC

[druid] branch master updated (15de29a -> f6662b4)

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

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


    from 15de29a  Handle not having default rules better (#11214)
     add f6662b4  fix count and average SQL aggregators on constant virtual columns (#11208)

No new revisions were added by this update.

Summary of changes:
 .../tdigestsketch/TDigestSketchUtils.java          | 24 +++----
 .../sql/TDigestGenerateSketchSqlAggregator.java    | 11 +---
 .../sql/TDigestSketchQuantileSqlAggregator.java    |  7 +-
 .../HllSketchApproxCountDistinctSqlAggregator.java |  4 --
 .../hll/sql/HllSketchBaseSqlAggregator.java        |  5 --
 .../hll/sql/HllSketchObjectSqlAggregator.java      |  4 --
 .../DoublesSketchApproxQuantileSqlAggregator.java  | 25 ++------
 .../sql/DoublesSketchObjectSqlAggregator.java      |  5 --
 ...hetaSketchApproxCountDistinctSqlAggregator.java |  4 --
 .../theta/sql/ThetaSketchBaseSqlAggregator.java    |  5 --
 .../theta/sql/ThetaSketchObjectSqlAggregator.java  |  4 --
 .../bloom/sql/BloomFilterSqlAggregator.java        | 21 ++----
 ...FixedBucketsHistogramQuantileSqlAggregator.java | 19 ++----
 .../histogram/sql/QuantileSqlAggregator.java       | 19 ++----
 .../variance/sql/BaseVarianceSqlAggregator.java    |  4 --
 .../aggregation/FilteredAggregatorFactory.java     |  7 +-
 .../aggregation/FilteredAggregatorFactoryTest.java | 17 ++++-
 .../druid/sql/calcite/aggregation/Aggregation.java | 58 +++++------------
 .../builtin/ApproxCountDistinctSqlAggregator.java  |  4 --
 .../aggregation/builtin/ArraySqlAggregator.java    |  6 --
 .../aggregation/builtin/AvgSqlAggregator.java      | 39 +++++------
 .../aggregation/builtin/CountSqlAggregator.java    |  6 +-
 .../builtin/EarliestLatestAnySqlAggregator.java    |  5 --
 .../apache/druid/sql/calcite/rel/DruidQuery.java   |  2 +-
 .../sql/calcite/rel/VirtualColumnRegistry.java     | 19 ++++++
 .../druid/sql/calcite/rule/GroupByRules.java       |  1 -
 .../apache/druid/sql/calcite/CalciteQueryTest.java | 75 ++++++++++++++++++++++
 27 files changed, 191 insertions(+), 209 deletions(-)

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