This is an automated email from the ASF dual-hosted git repository.

aleksraiden pushed a change to branch aleksraiden-patch-zlib-131
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


    from 857c92fba Update zlib.cmake
     add 18e6674ee fix(tdigest): fix centroid encoding overwrite for same mean 
(#2878)
     add 76a21bcb4 feat(storage): support for sideloading SSTs (#2845)
     add a71131ffb chore: clean up cgo flags and conditionally compile grocksdb 
(#2885)
     add a7c886781 Merge branch 'unstable' into aleksraiden-patch-zlib-131

No new revisions were added by this update.

Summary of changes:
 .github/workflows/kvrocks.yaml         |  16 +-
 src/commands/cmd_server.cc             |  52 ++-
 src/server/server.h                    |   7 +
 src/storage/storage.cc                 |  69 ++++
 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                    |   3 +-
 tests/gocase/go.sum                    |   2 +
 tests/gocase/unit/sst/sst_load_test.go | 609 +++++++++++++++++++++++++++++++++
 x.py                                   |  17 +-
 12 files changed, 818 insertions(+), 12 deletions(-)
 create mode 100644 tests/gocase/unit/sst/sst_load_test.go

Reply via email to