This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a change to branch implement-auto-range-read
in repository https://gitbox.apache.org/repos/asf/opendal.git
from 8b60b7c24a feat(core): Implement into_stream for Reader
add 7c0601ddcf Fix build
No new revisions were added by this update.
Summary of changes:
core/Cargo.lock | 4 ++--
core/src/docs/internals/accessor.rs | 2 +-
core/src/layers/minitrace.rs | 8 +++----
core/src/layers/oteltrace.rs | 6 +++---
core/src/layers/tracing.rs | 8 +++----
core/src/raw/futures_util.rs | 17 +++++++++++++++
core/src/raw/http_util/client.rs | 11 ----------
core/src/raw/mod.rs | 1 +
core/src/raw/oio/list/api.rs | 7 ++-----
core/src/raw/oio/list/page_list.rs | 2 +-
core/src/raw/oio/read/api.rs | 8 +++++--
core/src/raw/oio/write/api.rs | 6 +++---
core/src/raw/oio/write/append_write.rs | 10 ++-------
core/src/raw/oio/write/block_write.rs | 25 ++++------------------
core/src/raw/oio/write/multipart_write.rs | 35 +++++--------------------------
core/src/raw/oio/write/one_shot_write.rs | 5 +----
core/src/raw/oio/write/range_write.rs | 10 ++++-----
core/src/types/reader.rs | 2 +-
core/tests/behavior/utils.rs | 5 +++--
19 files changed, 65 insertions(+), 107 deletions(-)