Jackie-Jiang opened a new pull request, #14714:
URL: https://github.com/apache/pinot/pull/14714

   On top of #14701 
   
   The combine algorithm is as following:
   
   Use an atomic reference as the swap space to merge the results blocks.
   - If the swap space is null, put the new results block in it.
   - If the swap space is not null, take the results block from the swap space, 
and merge it with the new results block.
   
   Repeat this process until successfully put the new results block in the swap 
space.
   After all threads are done, the results block in the swap space is the final 
merged results block.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to