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

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


    from 9cdedcddc52 feat: partial load for clustered segments (#19620)
     add 24b90ebb765 test: switch tests to use CompactionState builder (#19626)

No new revisions were added by this update.

Summary of changes:
 .../common/task/CompactionTaskParallelRunTest.java | 446 ++++++++++----------
 .../common/task/CompactionTaskRunBase.java         |  70 ++--
 .../ReindexingDeletionRuleOptimizerTest.java       |  44 +-
 .../duty/KillUnreferencedIndexingStateTest.java    |  15 +-
 .../druid/msq/exec/MSQCompactionTaskRunTest.java   |  34 +-
 .../org/apache/druid/msq/exec/MSQReplaceTest.java  |  19 +-
 .../input/table/DataSegmentWithLocationTest.java   |  44 +-
 .../org/apache/druid/timeline/DataSegmentTest.java | 194 +++++----
 .../IndexerSQLMetadataStorageCoordinatorTest.java  |  15 +-
 .../metadata/SqlSegmentsMetadataQueryTest.java     |  32 +-
 .../segment/metadata/IndexingStateCacheTest.java   |  33 +-
 .../metadata/SqlIndexingStateStorageTest.java      | 142 +++----
 .../server/compaction/CompactionStatusTest.java    | 206 ++++------
 .../compaction/NewestSegmentFirstPolicyTest.java   | 454 +++++++++------------
 .../coordination/LoadableDataSegmentTest.java      |  44 +-
 .../coordinator/duty/CompactSegmentsTest.java      |  97 ++---
 .../druid/server/http/DataSegmentPlusTest.java     |  45 +-
 .../druid/sql/calcite/schema/SystemSchemaTest.java |  20 +-
 18 files changed, 872 insertions(+), 1082 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to