You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ma...@apache.org on 2020/06/17 11:52:25 UTC

[druid] branch master updated (1a26206 -> 7569ee3)

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

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


    from 1a26206  API to verify a datasource has the latest ingested data (#9965)
     add 7569ee3  All aggregators should check if column can be vectorize (#10026)

No new revisions were added by this update.

Summary of changes:
 .../druid/query/aggregation/AggregatorFactory.java |  3 +-
 .../query/aggregation/CountAggregatorFactory.java  |  3 +-
 .../aggregation/DoubleSumAggregatorFactory.java    |  9 ++++-
 .../aggregation/FilteredAggregatorFactory.java     |  7 ++--
 .../aggregation/FloatSumAggregatorFactory.java     |  9 +++--
 .../aggregation/LongSumAggregatorFactory.java      |  8 ++++-
 .../NullableNumericAggregatorFactory.java          |  7 ++--
 .../aggregation/SuppressedAggregatorFactory.java   |  5 +--
 .../hyperloglog/HyperUniquesAggregatorFactory.java |  3 +-
 .../mean/DoubleMeanAggregatorFactory.java          |  7 ++--
 .../epinephelinae/vector/VectorGroupByEngine.java  |  3 +-
 .../query/timeseries/TimeseriesQueryEngine.java    |  2 +-
 .../{ColumnSelector.java => ColumnInspector.java}  | 18 +++++-----
 .../druid/segment/ColumnSelectorFactory.java       |  3 +-
 .../org/apache/druid/segment/StorageAdapter.java   |  3 +-
 .../vector/VectorColumnSelectorFactory.java        |  4 ++-
 .../apache/druid/query/SchemaEvolutionTest.java    | 39 +++++++++++++++++-----
 .../mean/DoubleMeanAggregationTest.java            | 25 +++++++++++---
 18 files changed, 114 insertions(+), 44 deletions(-)
 copy processing/src/main/java/org/apache/druid/segment/{ColumnSelector.java => ColumnInspector.java} (75%)


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