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

refactor: remove kvapi::Key prefix const #14701

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

drmingdrmer
Copy link
Member

@drmingdrmer drmingdrmer commented Feb 21, 2024

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/

Summary

refactor: remove kvapi::Key prefix const

Remove usage of casual string const, in order to manage all kvapi Key in
a standard way.

This is a preparation for exporting all data belonging to a certain
tenant.

Changelog

  • Improvement

Related Issues


This change is Reviewable

@github-actions github-actions bot added the pr-refactor this PR changes the code base without new features or bugfix label Feb 21, 2024
@drmingdrmer drmingdrmer marked this pull request as ready for review February 21, 2024 06:41
Remove usage of casual string const, in order to manage all kvapi Key in
a standard way.

This is a preparation for exporting all data belonging to a certain
tenant.
@drmingdrmer drmingdrmer merged commit df77d34 into datafuselabs:main Feb 21, 2024
71 of 72 checks passed
@drmingdrmer drmingdrmer deleted the 32-remove-prefix-const branch February 21, 2024 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-refactor this PR changes the code base without new features or bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant