thomasrebele commented on issue #693:
URL: 
https://github.com/apache/datasketches-java/issues/693#issuecomment-3563907540

   I've discovered this issue while debugging 
[HIVE-29334](https://issues.apache.org/jira/browse/HIVE-29334). The Hive code 
might merge many KllFloatsSketch, so the instability is accumulating. I've seen 
that the randomness is on purpose.
   
   A workaround: if the merge could provide a parameter `Random random`, so 
that the caller can reuse the same generator for all merge operations.


-- 
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]

Reply via email to