You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by jo...@apache.org on 2020/01/10 21:49:28 UTC

[druid] branch master updated (8c53818 -> 85219ec)

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

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


    from 8c53818  Add numeric nulls to sample data, fix some numeric null handling issues (#9154)
     add 85219ec  fix null handling for arithmetic post aggregator comparator (#9159)

No new revisions were added by this update.

Summary of changes:
 .../aggregation/histogram/MaxPostAggregator.java   | 10 +---
 .../aggregation/histogram/MinPostAggregator.java   | 10 +---
 .../histogram/QuantilePostAggregator.java          | 10 +---
 .../ApproximateHistogramPostAggregatorTest.java    |  3 +-
 .../histogram/MaxPostAggregatorTest.java           | 55 +++++++++++++++++++++
 .../histogram/MinPostAggregatorTest.java           | 55 +++++++++++++++++++++
 .../histogram/QuantilePostAggregatorTest.java      | 57 ++++++++++++++++++++++
 .../query/aggregation/DoubleSumAggregator.java     |  2 +-
 .../aggregation/post/ArithmeticPostAggregator.java | 10 +---
 .../aggregation/post/JavaScriptPostAggregator.java | 12 +----
 .../post/ArithmeticPostAggregatorTest.java         | 53 +++++++++++++++++---
 11 files changed, 224 insertions(+), 53 deletions(-)
 create mode 100644 extensions-core/histogram/src/test/java/org/apache/druid/query/aggregation/histogram/MaxPostAggregatorTest.java
 create mode 100644 extensions-core/histogram/src/test/java/org/apache/druid/query/aggregation/histogram/MinPostAggregatorTest.java
 create mode 100644 extensions-core/histogram/src/test/java/org/apache/druid/query/aggregation/histogram/QuantilePostAggregatorTest.java


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