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

new feature: Merge all {Read,Write,List}Operation into Operation #4969

Closed
1 task done
Xuanwo opened this issue Aug 6, 2024 · 0 comments · Fixed by #4977
Closed
1 task done

new feature: Merge all {Read,Write,List}Operation into Operation #4969

Xuanwo opened this issue Aug 6, 2024 · 0 comments · Fixed by #4977
Labels
enhancement New feature or request

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Aug 6, 2024

Feature Description

OpenDAL has many operations that include ReadOperation, WriteOperation, ListOperation. People find it's hard to rule them all by accepting Operation. And they finally choose to use &'static str instead.

Problem and Solution

Merge all {Read,Write,List}Operation into Operation instead.

Additional Context

No response

Are you willing to contribute to the development of this feature?

  • Yes, I am willing to contribute to the development of this feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant