Skip to content

fix: list path recursive should not return path itself#4067

Merged
Xuanwo merged 1 commit intoapache:mainfrom
youngsofun:list
Jan 25, 2024
Merged

fix: list path recursive should not return path itself#4067
Xuanwo merged 1 commit intoapache:mainfrom
youngsofun:list

Conversation

@youngsofun
Copy link
Copy Markdown
Contributor

@youngsofun youngsofun commented Jan 25, 2024

Fix #4066

@youngsofun youngsofun requested a review from Xuanwo as a code owner January 25, 2024 07:08
@github-actions github-actions bot requested review from G-XD and silver-ymz January 25, 2024 07:08
@youngsofun youngsofun marked this pull request as draft January 25, 2024 07:26
@Xuanwo Xuanwo changed the title Fix: list path recursive should not return path itself fix: list path recursive should not return path itself Jan 25, 2024
@github-actions github-actions bot added the releases-note/fix The PR fixes a bug or has a title that begins with "fix" label Jan 25, 2024
Copy link
Copy Markdown
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Others LGTM, thanks for your contribution,

Ok(())
}

fn list_recursive_helper(op: &BlockingOperator, parent: &str, path: &str) -> Result<Vec<String>> {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@youngsofun youngsofun marked this pull request as ready for review January 25, 2024 09:03
@youngsofun
Copy link
Copy Markdown
Contributor Author

waiting for #4070

@Xuanwo
Copy link
Copy Markdown
Member

Xuanwo commented Jan 25, 2024

#4070 has been merged, please try again.

Copy link
Copy Markdown
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

releases-note/fix The PR fixes a bug or has a title that begins with "fix"

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug(service/fs): list path recursive should not return path itself.

2 participants