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 6c5d85ef7e Allow explicit partition for real-time segment assignment (#9225) add f473bf656e [Refactor] Extract common segment assignment code (#9243) No new revisions were added by this update. Summary of changes: .../assignment/segment/BaseSegmentAssignment.java | 253 +++++++++++++++++++ .../segment/OfflineSegmentAssignment.java | 279 ++++----------------- .../segment/RealtimeSegmentAssignment.java | 257 ++++--------------- 3 files changed, 352 insertions(+), 437 deletions(-) create mode 100644 pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/assignment/segment/BaseSegmentAssignment.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org