You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ji...@apache.org on 2020/06/05 19:43:02 UTC

[druid] branch master updated (77dd5b0 -> bcc066a)

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

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


    from 77dd5b0  ColumnCapabilities.hasMultipleValues refactor (#9731)
     add bcc066a  Empty partitionDimension has less rollup compared to when explicitly specified (#9861)

No new revisions were added by this update.

Summary of changes:
 .../partition/HashBasedNumberedShardSpec.java      | 10 +++
 .../common/task/CachingLocalSegmentAllocator.java  |  5 +-
 .../common/task/CachingSegmentAllocator.java       |  1 -
 .../druid/indexing/common/task/IndexTask.java      | 32 +-------
 ...NonLinearlyPartitionedSequenceNameFunction.java |  1 -
 .../indexing/common/task/SegmentAllocators.java    |  3 +
 .../druid/indexing/common/task/ShardSpecs.java     | 62 +++++++++++++++
 .../parallel/PartialHashSegmentGenerateTask.java   |  1 +
 .../parallel/PartialRangeSegmentGenerateTask.java  |  1 +
 .../druid/indexing/common/task/IndexTaskTest.java  |  4 +-
 ...ePartitionCachingLocalSegmentAllocatorTest.java |  2 +
 .../druid/indexing/common/task/ShardSpecsTest.java | 87 ++++++++++++++++++++++
 ...hPartitionCachingLocalSegmentAllocatorTest.java |  2 +
 13 files changed, 174 insertions(+), 37 deletions(-)
 create mode 100644 indexing-service/src/main/java/org/apache/druid/indexing/common/task/ShardSpecs.java
 create mode 100644 indexing-service/src/test/java/org/apache/druid/indexing/common/task/ShardSpecsTest.java


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