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

koushiro pushed a change to branch refactor-mysql
in repository https://gitbox.apache.org/repos/asf/opendal.git


    from 2284f83ce refactor: migrate mysql service from adapter::kv to impl 
Access directly
     add e06c83310 refactor(core): remove conditional compilation in PageList 
trait (#6715)
     add 7906e2318 refactor: migrate tikv service from adapter::kv to impl 
Access directly (#6713)
     add fa58a5794 chore(deps): bump the http-serialization-utils group across 
1 directory with 3 updates (#6717)
     add 0064041a8 Merge branch 'main' into refactor-mysql

No new revisions were added by this update.

Summary of changes:
 core/Cargo.lock                              |  20 ++--
 core/Cargo.toml                              |   6 +-
 core/benches/vs_fs/Cargo.toml                |   2 +-
 core/src/raw/oio/list/page_list.rs           |   4 -
 core/src/services/tikv/backend.rs            | 173 ++++++++++++---------------
 core/src/services/tikv/config.rs             |   4 +-
 core/src/services/tikv/core.rs               | 112 +++++++++++++++++
 core/src/services/{mysql => tikv}/deleter.rs |  10 +-
 core/src/services/tikv/docs.md               |   9 +-
 core/src/services/tikv/mod.rs                |   4 +
 core/src/services/{mysql => tikv}/writer.rs  |  10 +-
 11 files changed, 221 insertions(+), 133 deletions(-)
 create mode 100644 core/src/services/tikv/core.rs
 copy core/src/services/{mysql => tikv}/deleter.rs (86%)
 copy core/src/services/{mysql => tikv}/writer.rs (90%)

Reply via email to