jihuayu commented on PR #3551: URL: https://github.com/apache/kvrocks/pull/3551#issuecomment-4997928779
@LindaSummer It doesn’t seem to be aligned. ``` TDIGEST.CREATE t COMPRESSION 200 TDIGEST.ADD t -40 -36 -27 -13 -12 7 7 25 47 50 TDIGEST.CDF t 0 6.9 7 7.1 10 ``` | query | RedisBloom | Kvrocks PR | |---:|---:|---:| | 0 | 0.5 | 0.5631578947 | | 6.9 | 0.5 | 0.5994736842 | | 7 | 0.6 | 0.6 | | 7.1 | 0.7 | 0.6005555556 | | 10 | 0.7 | 0.6166666667 | -- 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]
