Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: replace datafuselabs/opendal with apache/incubator-opendal #1647

Merged
merged 1 commit into from
Mar 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion binaries/oli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ homepage = "https://opendal.apache.org/"
keywords = ["storage", "data", "s3", "fs", "azblob"]
license = "Apache-2.0"
name = "oli"
repository = "https://github.com/datafuselabs/opendal"
repository = "https://github.com/apache/incubator-opendal"
version = "0.19.6"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "index.js",
"types": "index.d.ts",
"description": "Open Data Access Layer: Access data freely, painlessly, and efficiently",
"repository": "git@github.com/datafuselabs/opendal.git",
"repository": "git@github.com/apache/incubator-opendal.git",
"napi": {
"name": "opendal"
},
Expand Down
2 changes: 1 addition & 1 deletion bindings/object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description = "OpenDAL's object_store binding"
edition = "2021"
license = "Apache-2.0"
name = "object_store_opendal"
repository = "https://github.com/datafuselabs/opendal"
repository = "https://github.com/apache/incubator-opendal"
version = "0.30.3"
# MSRV of OpenDAL. Please update this field while bump.
rust-version = "1.60"
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ test = ["pytest", "pytest-asyncio"]
[project.urls]
Documentation = "https://docs.rs/opendal/"
Homepage = "https://opendal.apache.org/"
Repository = "https://github.com/datafuselabs/opendal"
Repository = "https://github.com/apache/incubator-opendal"
2 changes: 1 addition & 1 deletion src/docs/internals/accessor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
//! Super Power Ducks!
//!
//! What!? There are no Super Power Ducks? So sad, but never mind, we have
//! really powerful storage services [here](https://github.com/datafuselabs/opendal/issues/5). Welcome to pick one to implement. I promise you won't
//! really powerful storage services [here](https://github.com/apache/incubator-opendal/issues/5). Welcome to pick one to implement. I promise you won't
//! have to `gagaga!()` this time.
//!
//! [`Accessor`]: crate::raw::Accessor
Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0000_example.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: (fill me in with a unique ident, `my_awesome_feature`)
- Start Date: (fill me in with today's date, YYYY-MM-DD)
- RFC PR: [datafuselabs/opendal#0000](https://github.com/datafuselabs/opendal/pull/0000)
- Tracking Issue: [datafuselabs/opendal#0000](https://github.com/datafuselabs/opendal/issues/0000)
- RFC PR: [apache/incubator-opendal#0000](https://github.com/apache/incubator-opendal/pull/0000)
- Tracking Issue: [apache/incubator-opendal#0000](https://github.com/apache/incubator-opendal/issues/0000)

# Summary

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0041_object_native_api.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `object_native_api`
- Start Date: 2022-02-18
- RFC PR: [datafuselabs/opendal#41](https://github.com/datafuselabs/opendal/pull/41)
- Tracking Issue: [datafuselabs/opendal#35](https://github.com/datafuselabs/opendal/pull/35)
- RFC PR: [apache/incubator-opendal#41](https://github.com/apache/incubator-opendal/pull/41)
- Tracking Issue: [apache/incubator-opendal#35](https://github.com/apache/incubator-opendal/pull/35)

# Summary

Expand Down
8 changes: 4 additions & 4 deletions src/docs/rfcs/0044_error_handle.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `error_handle`
- Start Date: 2022-02-23
- RFC PR: [datafuselabs/opendal#44](https://github.com/datafuselabs/opendal/pull/44)
- Tracking Issue: [datafuselabs/opendal#43](https://github.com/datafuselabs/opendal/pull/43)
- RFC PR: [apache/incubator-opendal#44](https://github.com/apache/incubator-opendal/pull/44)
- Tracking Issue: [apache/incubator-opendal#43](https://github.com/apache/incubator-opendal/pull/43)

# Summary

Expand All @@ -21,8 +21,8 @@ Most time, we return a path that is meaningless for debugging.

There are two issues about this shortcoming:

- [error: Split ErrorKind and Context for error check easier](https://github.com/datafuselabs/opendal/issues/24)
- [Improvement: provides more information about the cause of DalTransportError](https://github.com/datafuselabs/opendal/issues/29)
- [error: Split ErrorKind and Context for error check easier](https://github.com/apache/incubator-opendal/issues/24)
- [Improvement: provides more information about the cause of DalTransportError](https://github.com/apache/incubator-opendal/issues/29)

First, we can't check `ErrorKind` quickly. We have to use `matches` for the help:

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0057_auto_region.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `auto_region`
- Start Date: 2022-02-24
- RFC PR: [datafuselabs/opendal#57](https://github.com/datafuselabs/opendal/pull/57)
- Tracking Issue: [datafuselabs/opendal#58](https://github.com/datafuselabs/opendal/issues/58)
- RFC PR: [apache/incubator-opendal#57](https://github.com/apache/incubator-opendal/pull/57)
- Tracking Issue: [apache/incubator-opendal#58](https://github.com/apache/incubator-opendal/issues/58)

# Summary

Expand Down
6 changes: 3 additions & 3 deletions src/docs/rfcs/0069_object_stream.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
- Proposal Name: `object_stream`
- Start Date: 2022-02-25
- RFC PR: [datafuselabs/opendal#69](https://github.com/datafuselabs/opendal/pull/69)
- Tracking Issue: [datafuselabs/opendal#69](https://github.com/datafuselabs/opendal/issues/69)
- RFC PR: [apache/incubator-opendal#69](https://github.com/apache/incubator-opendal/pull/69)
- Tracking Issue: [apache/incubator-opendal#69](https://github.com/apache/incubator-opendal/issues/69)

# Summary

Allow user to read dir via `ObjectStream`.

# Motivation

Users need `readdir` support in `OpenDAL`: [Implement List support](https://github.com/datafuselabs/opendal/issues/12). Take [databend] for example, with `List` support, we can implement copy from `s3://bucket/path/to/dir` instead of only `s3://bucket/path/to/file`.
Users need `readdir` support in `OpenDAL`: [Implement List support](https://github.com/apache/incubator-opendal/issues/12). Take [databend] for example, with `List` support, we can implement copy from `s3://bucket/path/to/dir` instead of only `s3://bucket/path/to/file`.

# Guide-level explanation

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0090_limited_reader.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `limited_reader`
- Start Date: 2022-03-02
- RFC PR: [datafuselabs/opendal#0090](https://github.com/datafuselabs/opendal/pull/0090)
- Tracking Issue: [datafuselabs/opendal#0090](https://github.com/datafuselabs/opendal/issues/0090)
- RFC PR: [apache/incubator-opendal#0090](https://github.com/apache/incubator-opendal/pull/0090)
- Tracking Issue: [apache/incubator-opendal#0090](https://github.com/apache/incubator-opendal/issues/0090)

# Summary

Expand Down
8 changes: 4 additions & 4 deletions src/docs/rfcs/0112_path_normalization.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `path-normalization`
- Start Date: 2022-03-08
- RFC PR: [datafuselabs/opendal#112](https://github.com/datafuselabs/opendal/pull/112)
- Tracking Issue: [datafuselabs/opendal#112](https://github.com/datafuselabs/opendal/issues/112)
- RFC PR: [apache/incubator-opendal#112](https://github.com/apache/incubator-opendal/pull/112)
- Tracking Issue: [apache/incubator-opendal#112](https://github.com/apache/incubator-opendal/issues/112)

# Summary

Expand All @@ -11,8 +11,8 @@ Implement path normalization to enhance user experience.

OpenDAL's current path behavior makes users confused:

- [operator.object("/admin/data/") error](https://github.com/datafuselabs/opendal/issues/107)
- [Read /admin/data//ontime_200.csv return empty](https://github.com/datafuselabs/opendal/issues/109)
- [operator.object("/admin/data/") error](https://github.com/apache/incubator-opendal/issues/107)
- [Read /admin/data//ontime_200.csv return empty](https://github.com/apache/incubator-opendal/issues/109)

They are different bugs that reflect the exact root cause: the path is not well normalized.

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0191_async_streaming_io.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `async_streaming_io`
- Start Date: 2022-03-28
- RFC PR: [datafuselabs/opendal#191](https://github.com/datafuselabs/opendal/pull/191)
- Tracking Issue: [datafuselabs/opendal#190](https://github.com/datafuselabs/opendal/issues/190)
- RFC PR: [apache/incubator-opendal#191](https://github.com/apache/incubator-opendal/pull/191)
- Tracking Issue: [apache/incubator-opendal#190](https://github.com/apache/incubator-opendal/issues/190)

**Reverted**

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0203_remove_credential.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `remove_credential`
- Start Date: 2022-04-02
- RFC PR: [datafuselabs/opendal#203](https://github.com/datafuselabs/opendal/pull/203)
- Tracking Issue: [datafuselabs/opendal#203](https://github.com/datafuselabs/opendal/issues/203)
- RFC PR: [apache/incubator-opendal#203](https://github.com/apache/incubator-opendal/pull/203)
- Tracking Issue: [apache/incubator-opendal#203](https://github.com/apache/incubator-opendal/issues/203)

# Summary

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0221_create_dir.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `create-dir`
- Start Date: 2022-04-06
- RFC PR: [datafuselabs/opendal#221](https://github.com/datafuselabs/opendal/pull/221)
- Tracking Issue: [datafuselabs/opendal#222](https://github.com/datafuselabs/opendal/issues/222)
- RFC PR: [apache/incubator-opendal#221](https://github.com/apache/incubator-opendal/pull/221)
- Tracking Issue: [apache/incubator-opendal#222](https://github.com/apache/incubator-opendal/issues/222)

# Summary

Expand Down
6 changes: 3 additions & 3 deletions src/docs/rfcs/0247_retryable_error.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `retryable_error`
- Start Date: 2022-04-12
- RFC PR: [datafuselabs/opendal#247](https://github.com/datafuselabs/opendal/pull/247)
- Tracking Issue: [datafuselabs/opendal#248](https://github.com/datafuselabs/opendal/issues/248)
- RFC PR: [apache/incubator-opendal#247](https://github.com/apache/incubator-opendal/pull/247)
- Tracking Issue: [apache/incubator-opendal#248](https://github.com/apache/incubator-opendal/issues/248)

# Summary

Expand All @@ -11,7 +11,7 @@ Treat `io::ErrorKind::Interrupt` as retryable error.

Supports retry make our users' lives easier:

> [Feature request: Custom retries for the s3 backend](https://github.com/datafuselabs/opendal/issues/196)
> [Feature request: Custom retries for the s3 backend](https://github.com/apache/incubator-opendal/issues/196)
>
> While the reading/writing from/to s3, AWS occasionally returns errors that could be retried (at least 5xx?). Currently, in the databend, this will fail the whole execution of the statement (which may have been running for an extended time).

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0293_object_id.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `object_id`
- Start Date: 2022-05-27
- RFC PR: [datafuselabs/opendal#293](https://github.com/datafuselabs/opendal/pull/293)
- Tracking Issue: [datafuselabs/opendal#294](https://github.com/datafuselabs/opendal/issues/294)
- RFC PR: [apache/incubator-opendal#293](https://github.com/apache/incubator-opendal/pull/293)
- Tracking Issue: [apache/incubator-opendal#294](https://github.com/apache/incubator-opendal/issues/294)

# Summary

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0337_dir_entry.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `dir_entry`
- Start Date: 2022-06-08
- RFC PR: [datafuselabs/opendal#337](https://github.com/datafuselabs/opendal/pull/337)
- Tracking Issue: [datafuselabs/opendal#338](https://github.com/datafuselabs/opendal/issues/338)
- RFC PR: [apache/incubator-opendal#337](https://github.com/apache/incubator-opendal/pull/337)
- Tracking Issue: [apache/incubator-opendal#338](https://github.com/apache/incubator-opendal/issues/338)

# Summary

Expand Down
8 changes: 4 additions & 4 deletions src/docs/rfcs/0409_accessor_capabilities.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `accessor_capabilities`
- Start Date: 2022-06-29
- RFC PR: [datafuselabs/opendal#409](https://github.com/datafuselabs/opendal/pull/409)
- Tracking Issue: [datafuselabs/opendal#410](https://github.com/datafuselabs/opendal/issues/410)
- RFC PR: [apache/incubator-opendal#409](https://github.com/apache/incubator-opendal/pull/409)
- Tracking Issue: [apache/incubator-opendal#410](https://github.com/apache/incubator-opendal/issues/410)

# Summary

Expand All @@ -11,8 +11,8 @@ Add support for accessor capabilities so that users can check if a given accesso

Users of OpenDAL are requesting advanced features like the following:

- [Support parallel upload object](https://github.com/datafuselabs/opendal/issues/256)
- [Add presign url support](https://github.com/datafuselabs/opendal/issues/394)
- [Support parallel upload object](https://github.com/apache/incubator-opendal/issues/256)
- [Add presign url support](https://github.com/apache/incubator-opendal/issues/394)

It's meaningful for OpenDAL to support them in a unified way. Of course, not all storage services have the same feature sets. OpenDAL needs to provide a way for users to check if a given accessor is capable of a given capability.

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0413_presign.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `presign`
- Start Date: 2022-06-30
- RFC PR: [datafuselabs/opendal#0413](https://github.com/datafuselabs/opendal/pull/413)
- Tracking Issue: [datafuselabs/opendal#394](https://github.com/datafuselabs/opendal/issues/394)
- RFC PR: [apache/incubator-opendal#0413](https://github.com/apache/incubator-opendal/pull/413)
- Tracking Issue: [apache/incubator-opendal#394](https://github.com/apache/incubator-opendal/issues/394)

# Summary

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0423_command_line_interface.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `command_line_interface`
- Start Date: 2022-07-08
- RFC PR: [datafuselabs/opendal#423](https://github.com/datafuselabs/opendal/pull/423)
- Tracking Issue: [datafuselabs/opendal#422](https://github.com/datafuselabs/opendal/issues/422)
- RFC PR: [apache/incubator-opendal#423](https://github.com/apache/incubator-opendal/pull/423)
- Tracking Issue: [apache/incubator-opendal#422](https://github.com/apache/incubator-opendal/issues/422)

# Summary

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0429_init_from_iter.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `init_from_iter`
- Start Date: 2022-07-10
- RFC PR: [datafuselabs/opendal#429](https://github.com/datafuselabs/opendal/pull/429)
- Tracking Issue: [datafuselabs/opendal#430](https://github.com/datafuselabs/opendal/issues/430)
- RFC PR: [apache/incubator-opendal#429](https://github.com/apache/incubator-opendal/pull/429)
- Tracking Issue: [apache/incubator-opendal#430](https://github.com/apache/incubator-opendal/issues/430)

# Summary

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0438_multipart.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `multipart`
- Start Date: 2022-07-11
- RFC PR: [datafuselabs/opendal#438](https://github.com/datafuselabs/opendal/pull/438)
- Tracking Issue: [datafuselabs/opendal#439](https://github.com/datafuselabs/opendal/issues/439)
- RFC PR: [apache/incubator-opendal#438](https://github.com/apache/incubator-opendal/pull/438)
- Tracking Issue: [apache/incubator-opendal#439](https://github.com/apache/incubator-opendal/issues/439)

# Summary

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0443_gateway.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `gateway`
- Start Date: 2022-07-18
- RFC PR: [datafuselabs/opendal#443](https://github.com/datafuselabs/opendal/pull/443)
- Tracking Issue: [datafuselabs/opendal#444](https://github.com/datafuselabs/opendal/issues/444)
- RFC PR: [apache/incubator-opendal#443](https://github.com/apache/incubator-opendal/pull/443)
- Tracking Issue: [apache/incubator-opendal#444](https://github.com/apache/incubator-opendal/issues/444)

# Summary

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0501_new_builder.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `new_builder`
- Start Date: 2022-08-03
- RFC PR: [datafuselabs/opendal#501](https://github.com/datafuselabs/opendal/pull/501)
- Tracking Issue: [datafuselabs/opendal#502](https://github.com/datafuselabs/opendal/issues/502)
- RFC PR: [apache/incubator-opendal#501](https://github.com/apache/incubator-opendal/pull/501)
- Tracking Issue: [apache/incubator-opendal#502](https://github.com/apache/incubator-opendal/issues/502)

# Summary

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0554_write_refactor.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `write_refactor`
- Start Date: 2022-08-22
- RFC PR: [datafuselabs/opendal#554](https://github.com/datafuselabs/opendal/pull/554)
- Tracking Issue: [datafuselabs/opendal#555](https://github.com/datafuselabs/opendal/issues/555)
- RFC PR: [apache/incubator-opendal#554](https://github.com/apache/incubator-opendal/pull/554)
- Tracking Issue: [apache/incubator-opendal#555](https://github.com/apache/incubator-opendal/issues/555)

# Summary

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0561_list_metadata_reuse.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `list_metadata_reuse`
- Start Date: 2022-08-23
- RFC PR: [datafuselabs/opendal#561](https://github.com/datafuselabs/opendal/pull/561)
- Tracking Issue: [datafuselabs/opendal#570](https://github.com/datafuselabs/opendal/pull/570)
- RFC PR: [apache/incubator-opendal#561](https://github.com/apache/incubator-opendal/pull/561)
- Tracking Issue: [apache/incubator-opendal#570](https://github.com/apache/incubator-opendal/pull/570)

# Summary

Expand Down
6 changes: 3 additions & 3 deletions src/docs/rfcs/0599_blocking_api.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
- Proposal Name: `blocking_api`
- Start Date: 2022-08-30
- RFC PR: [datafuselabs/opendal#599](https://github.com/datafuselabs/opendal/pull/599)
- Tracking Issue: [datafuselabs/opendal#601](https://github.com/datafuselabs/opendal/issues/601)
- RFC PR: [apache/incubator-opendal#599](https://github.com/apache/incubator-opendal/pull/599)
- Tracking Issue: [apache/incubator-opendal#601](https://github.com/apache/incubator-opendal/issues/601)

# Summary

We are adding a blocking API for OpenDAL.

# Motivation

Blocking API is the most requested feature inside the OpenDAL community: [Opendal support sync read/write API](https://github.com/datafuselabs/opendal/discussions/68)
Blocking API is the most requested feature inside the OpenDAL community: [Opendal support sync read/write API](https://github.com/apache/incubator-opendal/discussions/68)

Our users want blocking API for:

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0623_redis_service.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `redis_service`
- Start Date: 2022-08-31
- RFC PR: [datafuselabs/opendal#0623](https://github.com/datafuselabs/opendal/pull/0623)
- Tracking Issue: [datafuselabs/opendal#641](https://github.com/datafuselabs/opendal/issues/0641)
- RFC PR: [apache/incubator-opendal#0623](https://github.com/apache/incubator-opendal/pull/0623)
- Tracking Issue: [apache/incubator-opendal#641](https://github.com/apache/incubator-opendal/issues/0641)

# Summary

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0627_split_capabilities.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `split-capabilities`
- Start Date: 2022-09-04
- RFC PR: [datafuselabs/opendal#627](https://github.com/datafuselabs/opendal/pull/627)
- Tracking Issue: [datafuselabs/opendal#628](https://github.com/datafuselabs/opendal/issues/628)
- RFC PR: [apache/incubator-opendal#627](https://github.com/apache/incubator-opendal/pull/627)
- Tracking Issue: [apache/incubator-opendal#628](https://github.com/apache/incubator-opendal/issues/628)

# Summary

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0661_path_in_accessor.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `path_in_accessor`
- Start Date: 2022-09-12
- RFC PR: [datafuselabs/opendal#661](https://github.com/datafuselabs/opendal/pull/661)
- Tracking Issue: [datafuselabs/opendal#662](https://github.com/datafuselabs/opendal/issues/662)
- RFC PR: [apache/incubator-opendal#661](https://github.com/apache/incubator-opendal/pull/661)
- Tracking Issue: [apache/incubator-opendal#662](https://github.com/apache/incubator-opendal/issues/662)

# Summary

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0793_generic_kv_services.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `generic-kv-services`
- Start Date: 2022-10-03
- RFC PR: [datafuselabs/opendal#793](https://github.com/datafuselabs/opendal/pull/793)
- Tracking Issue: [datafuselabs/opendal#794](https://github.com/datafuselabs/opendal/issues/794)
- RFC PR: [apache/incubator-opendal#793](https://github.com/apache/incubator-opendal/pull/793)
- Tracking Issue: [apache/incubator-opendal#794](https://github.com/apache/incubator-opendal/issues/794)

# Summary

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0926_object_reader.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `object_reader`
- Start Date: 2022-11-13
- RFC PR: [datafuselabs/opendal#926](https://github.com/datafuselabs/opendal/pull/926)
- Tracking Issue: [datafuselabs/opendal#927](https://github.com/datafuselabs/opendal/issues/927)
- RFC PR: [apache/incubator-opendal#926](https://github.com/apache/incubator-opendal/pull/926)
- Tracking Issue: [apache/incubator-opendal#927](https://github.com/apache/incubator-opendal/issues/927)

# Summary

Expand Down
4 changes: 2 additions & 2 deletions src/docs/rfcs/0977_refactor_error.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `refactor-error`
- Start Date: 2022-11-21
- RFC PR: [datafuselabs/opendal#977](https://github.com/datafuselabs/opendal/pull/977)
- Tracking Issue: [datafuselabs/opendal#976](https://github.com/datafuselabs/opendal/pull/976)
- RFC PR: [apache/incubator-opendal#977](https://github.com/apache/incubator-opendal/pull/977)
- Tracking Issue: [apache/incubator-opendal#976](https://github.com/apache/incubator-opendal/pull/976)

# Summary

Expand Down
Loading