This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a change to branch fix-stat
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
from ab738e3b2 FIx test
new 573f7af00 Fix test
new c865cfb77 FIx java
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
bindings/java/src/lib.rs | 3 ++-
bindings/java/src/main/java/org/apache/opendal/Capability.java | 7 +++++++
.../java/org/apache/opendal/test/behavior/AsyncCreateDirTest.java | 1 +
.../org/apache/opendal/test/behavior/BlockingCreateDirTest.java | 1 +
bindings/python/src/capability.rs | 3 +++
bindings/python/tests/test_write.py | 4 ++--
core/src/services/dashmap/backend.rs | 2 +-
core/src/services/memory/backend.rs | 7 ++++++-
core/src/services/mini_moka/backend.rs | 2 +-
core/src/services/moka/backend.rs | 2 +-
10 files changed, 25 insertions(+), 7 deletions(-)