This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a change to branch xuanwo/hf-repo-type-datasets
in repository https://gitbox.apache.org/repos/asf/opendal.git
from bdd3d344e fix(services/huggingface): Allow users to use datasets as an
alias to dataset repo type
add 7864bd864 feat: Add simulation for delete with recursive (#6824)
add 4ecc105f4 Merge branch 'main' into xuanwo/hf-repo-type-datasets
No new revisions were added by this update.
Summary of changes:
bindings/nodejs/generated.d.ts | 2 +
bindings/nodejs/src/options.rs | 3 ++
core/src/layers/correctness_check.rs | 8 +++
core/src/layers/simulate.rs | 83 ++++++++++++++++++++++++++++-
core/src/raw/ops.rs | 13 +++++
core/src/types/capability.rs | 2 +
core/src/types/delete/deleter.rs | 3 ++
core/src/types/delete/input.rs | 6 +++
core/src/types/operator/operator_futures.rs | 6 +++
core/src/types/options.rs | 6 +++
10 files changed, 130 insertions(+), 2 deletions(-)