This is an automated email from the ASF dual-hosted git repository.
junouyang pushed a change to branch feat/merge_range_read
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
omit f800bc6d8 feat: fix code
omit f9c7c14df feat: fix code
omit f94407655 feat: fix code
omit 6f4290e02 feat: remove operator rangge_read and range_reader API
add 864918919 feat: Add retry for Writer::sink operation (#2896)
add 4e1c14cb1 refactor(services/gdrive): prepare for CI (#2892)
add ebc579590 chore: add health check for docker-compose minio (#2899)
add 6f4116579 fix: Set default timeouts for HttpClient (#2895)
add b5f343b8d ci(services/hdfs): Load native lib instead (#2900)
add 2934405ac chore(ci): offload healthcheck logic to docker-compose
config (#2901)
add f84715681 ci(services/rocksdb): Make sure rocksdb lib is loaded (#2902)
new 797885398 feat: remove operator rangge_read and range_reader API
new 674051ee9 feat: fix code
new 8f3fb1867 feat: fix code
new 78604b223 feat: fix code
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f800bc6d8)
\
N -- N -- N refs/heads/feat/merge_range_read (78604b223)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 4 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:
.env.example | 9 +-
.github/workflows/service_test_hdfs.yml | 4 +-
.github/workflows/service_test_rocksdb.yml | 1 +
.github/workflows/service_test_s3.yml | 8 +-
bindings/ocaml/src/operator/mod.rs | 3 +-
bindings/ocaml/src/operator/reader.rs | 4 +-
core/src/layers/retry.rs | 60 +++-
core/src/raw/http_util/client.rs | 5 +
core/src/raw/oio/stream/api.rs | 118 ++++++-
core/src/raw/oio/stream/into_stream.rs | 7 +
core/src/raw/oio/stream/into_stream_from_reader.rs | 7 +
core/src/raw/oio/stream/mod.rs | 1 +
core/src/services/gdrive/backend.rs | 163 ++++++++-
core/src/services/gdrive/core.rs | 377 ++++++++++++++++-----
core/src/services/gdrive/writer.rs | 72 +++-
.../services/s3/fixtures/docker-compose-minio.yml | 5 +
16 files changed, 721 insertions(+), 123 deletions(-)