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

[core][bugfix] Fix the C++ GcsClient Del not respecting del_by_prefix #45604

Merged
merged 2 commits into from
Jun 2, 2024

Conversation

rynewang
Copy link
Contributor

We have this del_by_prefix arg in Del to delete all keys with key as prefix. It's respected in PythonGcsClient but not in C++ GcsClient. This PR fixes it and adds unit test.

Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
@rynewang rynewang requested a review from a team as a code owner May 28, 2024 22:55
@jjyao jjyao enabled auto-merge (squash) June 1, 2024 04:42
@github-actions github-actions bot added the go add ONLY when ready to merge, run all tests label Jun 1, 2024
@github-actions github-actions bot disabled auto-merge June 1, 2024 20:53
@jjyao jjyao merged commit b4d8083 into ray-project:master Jun 2, 2024
6 checks passed
@rynewang rynewang deleted the fix-del-by-prefix branch June 3, 2024 06:29
ryanaoleary pushed a commit to ryanaoleary/ray that referenced this pull request Jun 6, 2024
…ray-project#45604)

Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
Signed-off-by: Ryan O'Leary <ryanaoleary@google.com>
ryanaoleary pushed a commit to ryanaoleary/ray that referenced this pull request Jun 6, 2024
…ray-project#45604)

Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
Signed-off-by: Ryan O'Leary <ryanaoleary@google.com>
richardsliu pushed a commit to richardsliu/ray that referenced this pull request Jun 12, 2024
…ray-project#45604)

Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
Signed-off-by: Richard Liu <ricliu@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go add ONLY when ready to merge, run all tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants