Zaid-Work opened a new issue, #739: URL: https://github.com/apache/datasketches-java/issues/739
the sort on centroids (v,w) in tdigest merge uses the sort based on v and index -> therefore if we have centroids like (200,1)(100,3)(300,2)(100,1) then at merge it can be sorted to 2 states : (100,1)(100,3)(200,1)(300,2) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
