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

xuanwo pushed a commit to branch fix-stat
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit 7441aaa84f274aeb0a72b86b41e3ff38fa3f47e8
Merge: 592161be0 0b3505b5b
Author: Xuanwo <[email protected]>
AuthorDate: Wed Nov 22 16:48:10 2023 +0800

    Merge remote-tracking branch 'origin/main' into fix-stat

 .env.example                                |   6 +
 .github/actions/setup/action.yaml           |   1 -
 .github/services/rocksdb/rocksdb/action.yml |  32 +
 .github/workflows/bindings_python.yml       |  13 +-
 .github/workflows/service_test_rocksdb.yml  |  59 --
 Cargo.lock                                  | 998 +++++++++++++++-------------
 core/Cargo.toml                             |   6 +-
 core/src/services/b2/backend.rs             | 554 +++++++++++++++
 core/src/services/b2/core.rs                | 706 ++++++++++++++++++++
 core/src/services/b2/docs.md                |  56 ++
 core/src/services/b2/error.rs               | 138 ++++
 core/src/services/b2/lister.rs              | 104 +++
 core/src/services/b2/mod.rs                 |  25 +
 core/src/services/b2/writer.rs              | 163 +++++
 core/src/services/mod.rs                    |   7 +
 core/src/types/operator/builder.rs          |   2 +
 core/src/types/scheme.rs                    |   6 +
 17 files changed, 2338 insertions(+), 538 deletions(-)

Reply via email to