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/07 20:15:46 UTC

[druid] branch master updated (1470242 -> 7af8525)

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 1470242  fix web console data loader dimension types (#9135)
     add 7af8525  null handling for doubles sketch and array of doubles sketch aggs (#9112)

No new revisions were added by this update.

Summary of changes:
 .../quantiles/DoublesSketchBuildAggregator.java    |   3 +
 .../DoublesSketchBuildBufferAggregator.java        |   3 +
 .../tuple/ArrayOfDoublesSketchBuildAggregator.java |   6 +-
 .../ArrayOfDoublesSketchBuildBufferAggregator.java |   6 +-
 .../quantiles/DoublesSketchAggregatorTest.java     |  86 ++-
 .../tuple/ArrayOfDoublesSketchAggregationTest.java | 370 ++++++++--
 .../resources/quantiles/doubles_build_data.tsv     | 754 ++++++++++-----------
 ...f_doubles_build_data_three_values_and_nulls.tsv |  40 ++
 8 files changed, 833 insertions(+), 435 deletions(-)
 create mode 100644 extensions-core/datasketches/src/test/resources/tuple/array_of_doubles_build_data_three_values_and_nulls.tsv


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