This is an automated email from the ASF dual-hosted git repository.
aleksraiden pushed a change to branch aleksraiden-patch-1
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from 5bb2b645c Update rocksdb.cmake
add 18e6674ee fix(tdigest): fix centroid encoding overwrite for same mean
(#2878)
add 76a21bcb4 feat(storage): support for sideloading SSTs (#2845)
add c06c5d7e3 Merge branch 'unstable' into aleksraiden-patch-1
No new revisions were added by this update.
Summary of changes:
.github/workflows/kvrocks.yaml | 19 +-
src/commands/cmd_server.cc | 52 ++-
src/server/server.h | 7 +
src/storage/storage.cc | 82 +++++
src/storage/storage.h | 5 +
src/types/redis_tdigest.cc | 13 +-
src/types/redis_tdigest.h | 2 +-
tests/cppunit/types/tdigest_test.cc | 35 ++
tests/gocase/go.mod | 1 +
tests/gocase/go.sum | 2 +
tests/gocase/unit/sst/sst_load_test.go | 609 +++++++++++++++++++++++++++++++++
x.py | 58 +++-
12 files changed, 873 insertions(+), 12 deletions(-)
create mode 100644 tests/gocase/unit/sst/sst_load_test.go