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:19 UTC

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

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 f245292  add middle manager and indexer worker category to tier column of services view (#9158)
     add 8c53818  Add numeric nulls to sample data, fix some numeric null handling issues (#9154)

No new revisions were added by this update.

Summary of changes:
 .../druid/query/aggregation/LongSumAggregator.java |    5 +-
 .../druid/query/search/SearchQueryRunner.java      |    6 +-
 .../druid/segment/DoubleDimensionIndexer.java      |    4 +-
 .../druid/segment/FloatDimensionIndexer.java       |    4 +-
 .../apache/druid/segment/LongDimensionIndexer.java |    4 +-
 .../query/groupby/GroupByQueryMergeBufferTest.java |    3 +-
 .../query/groupby/GroupByQueryRunnerTest.java      |    3 +-
 .../query/metadata/SegmentMetadataQueryTest.java   |   48 +-
 .../metadata/SegmentMetadataUnionQueryTest.java    |    5 +-
 .../druid/query/scan/ScanQueryRunnerTest.java      |  131 +-
 .../druid/query/search/SearchQueryRunnerTest.java  |    3 +-
 .../search/SearchQueryRunnerWithCaseTest.java      |   14 +-
 .../timeseries/TimeseriesQueryRunnerTest.java      |    3 +-
 .../query/topn/TopNQueryQueryToolChestTest.java    |    3 +-
 .../druid/query/topn/TopNQueryRunnerTest.java      |  220 +-
 .../java/org/apache/druid/segment/TestIndex.java   |   18 +-
 .../virtual/DummyStringVirtualColumnTest.java      |    3 +-
 .../src/test/resources/druid.sample.numeric.tsv    | 2418 ++++++++++----------
 .../test/resources/druid.sample.numeric.tsv.bottom | 1464 ++++++------
 .../test/resources/druid.sample.numeric.tsv.top    |  954 ++++----
 20 files changed, 2801 insertions(+), 2512 deletions(-)


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