You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by su...@apache.org on 2021/03/09 06:09:00 UTC

[druid] branch master updated (ae62092 -> 489f5b1)

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

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


    from ae62092  Fix classCastException when inputs to union are join (#10950)
     add 489f5b1  Avoid expensive findEntry call in segment metadata query (#10892)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/druid/timeline/TimelineLookup.java  |   8 +-
 .../druid/timeline/VersionedIntervalTimeline.java  |  69 ++++--
 .../partition/ImmutablePartitionHolder.java        |  44 ----
 .../druid/timeline/partition/PartitionHolder.java  |   5 -
 .../partition/SingleElementPartitionChunk.java     |   1 +
 .../VersionedIntervalTimelineSpecificDataTest.java |  55 +++--
 .../timeline/VersionedIntervalTimelineTest.java    |   8 +-
 .../VersionedIntervalTimelineTestBase.java         |  10 +
 .../druid/client/CachingClusteredClient.java       |  64 ++++--
 .../appenderator/SinkQuerySegmentWalker.java       |  10 +-
 .../org/apache/druid/server/SegmentManager.java    |   8 +-
 .../druid/server/coordination/ServerManager.java   |  11 +-
 .../apache/druid/client/BrokerServerViewTest.java  |  17 +-
 .../client/CachingClusteredClientPerfTest.java     | 255 +++++++++++++++++++++
 .../druid/client/CoordinatorServerViewTest.java    |   9 +-
 .../server/TestClusterQuerySegmentWalker.java      |   8 +-
 16 files changed, 448 insertions(+), 134 deletions(-)
 delete mode 100644 core/src/main/java/org/apache/druid/timeline/partition/ImmutablePartitionHolder.java
 create mode 100644 server/src/test/java/org/apache/druid/client/CachingClusteredClientPerfTest.java


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