You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In TDigest implementation #2741 , we use DummyCentroids to achieve a simple iteration and it should be refactored to rocksdb native iterator as designed.
Search before asking
Motivation
Related Issue
#2558
In TDigest implementation #2741 , we use
DummyCentroids
to achieve a simple iteration and it should be refactored to rocksdb native iterator as designed.#2741 (comment)
Solution
RocksdbCentroids
and replace theDummyCentroids
.Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: