You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2022/02/25 23:02:36 UTC

[pinot] branch master updated (8d1fad9 -> 3f98ce3)

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

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


    from 8d1fad9  add copy recursive API to pinotFS (#8200)
     add 3f98ce3  Implemented BoundedColumnValue partition function (#8224)

No new revisions were added by this update.

Summary of changes:
 .../segmentpruner/PartitionSegmentPruner.java      |  3 +-
 .../routing/segmentpruner/SegmentPrunerTest.java   |  2 +-
 .../common/metadata/SegmentZKMetadataTest.java     |  4 +-
 .../segment/ColumnPartitionMetadataTest.java       |  4 +-
 .../realtime/PinotLLCRealtimeSegmentManager.java   |  4 +-
 .../helix/core/util/ZKMetadataUtils.java           |  2 +-
 .../instance/InstanceAssignmentTest.java           |  2 +-
 .../OfflineReplicaGroupSegmentAssignmentTest.java  |  2 +-
 .../realtime/LLRealtimeSegmentDataManager.java     |  2 +-
 .../partitioner/TableConfigPartitioner.java        |  3 +-
 .../query/pruner/ColumnValueSegmentPrunerTest.java |  2 +-
 .../processing/framework/SegmentMapperTest.java    |  7 +-
 ...PartitionLLCRealtimeClusterIntegrationTest.java |  4 +-
 .../plugin/minion/tasks/MergeTaskUtilsTest.java    |  5 +-
 .../mergerollup/MergeRollupTaskGeneratorTest.java  | 16 ++--
 .../indexsegment/mutable/IntermediateSegment.java  |  3 +-
 .../converter/stats/MutableColumnStatistics.java   |  7 ++
 .../stats/MutableNoDictionaryColStatistics.java    |  7 ++
 .../creator/impl/SegmentColumnarIndexCreator.java  |  6 ++
 .../stats/AbstractColumnStatisticsCollector.java   | 15 +++-
 .../defaultcolumn/DefaultColumnStatistics.java     |  6 ++
 .../local/segment/index/ColumnMetadataTest.java    | 39 +++++++++
 .../org/apache/pinot/segment/spi/V1Constants.java  |  1 +
 .../spi/creator/ColumnIndexCreationInfo.java       |  7 ++
 .../segment/spi/creator/ColumnStatistics.java      |  3 +
 .../segment/spi/creator/StatsCollectorConfig.java  |  6 ++
 .../spi/index/metadata/ColumnMetadataImpl.java     | 26 +++++-
 .../BoundedColumnValuePartitionFunction.java       | 98 ++++++++++++++++++++++
 .../segment/spi/partition/PartitionFunction.java   |  7 ++
 .../spi/partition/PartitionFunctionFactory.java    |  9 +-
 .../metadata/ColumnPartitionMetadata.java          | 32 +++++--
 .../spi/partition/PartitionFunctionTest.java       | 46 ++++++++--
 .../spi/config/table/ColumnPartitionConfig.java    | 21 ++++-
 .../spi/config/table/SegmentPartitionConfig.java   |  6 ++
 34 files changed, 360 insertions(+), 47 deletions(-)
 create mode 100644 pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/partition/BoundedColumnValuePartitionFunction.java

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