refactor(services/webhdfs): Rewrite webhdfs methods signature by using OpXxxx#3109
Merged
Xuanwo merged 4 commits intoapache:mainfrom Sep 18, 2023
Merged
refactor(services/webhdfs): Rewrite webhdfs methods signature by using OpXxxx#3109Xuanwo merged 4 commits intoapache:mainfrom
webhdfs methods signature by using OpXxxx#3109Xuanwo merged 4 commits intoapache:mainfrom
Conversation
refactor(service/webHDFS): Passing OpList instead of start_after
1aa128d to
8ae1707
Compare
Member
Author
|
Rebase main branch to trigger CI. |
13 tasks
Young-Flash
pushed a commit
to Young-Flash/opendal
that referenced
this pull request
Sep 19, 2023
…ing `OpXxxx` (apache#3109) * refactor(service/webHDFS): Passing OpWrite instead of content_type * refactor(service/webHDFS): Passing OpList instead of start_after refactor(service/webHDFS): Passing OpList instead of start_after * use existing API of raw::ops * format the code snippets of modification
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addressed the
webhdfspart of the issue: #3064[Note]
I just ran the unit test by
cargo teston my local environment.Please correct me if I missed anything.