Jackie-Jiang commented on issue #3725: Replace partition ranges with partitions
URL: https://github.com/apache/incubator-pinot/pull/3725#issuecomment-455750311
 
 
   > What’s the benefit of changing this? What happens if minion merges two 
segments with different ranges?
   
   We treat range as single value right now, which is very confusing. When 
minion merges two segments, the partitions will also be merged. For example, 
segment 1 has partition 1 and 3, segment 2 has partition 3 and 5, then merged 
segment will have partition 1, 3 and 5.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to