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(meta/kvapi): KVApi should have an associated error type #9783

Merged
merged 1 commit into from
Jan 30, 2023

Conversation

drmingdrmer
Copy link
Member

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

Summary

refactor(meta/kvapi): KVApi should have an associated error type

Implementations have their own error defined to fit their needs.
E.g., a remove KVApi impl returns network error or remote storage error.
A local KVApi impl just returns storage error.

Changelog

Related Issues

Implementations have their own error defined to fit their needs.
E.g., a remove KVApi impl returns network error or remote storage error.
A local KVApi impl just returns storage error.
@vercel
Copy link

vercel bot commented Jan 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated
databend ⬜️ Ignored (Inspect) Jan 30, 2023 at 7:05AM (UTC)

@mergify mergify bot added the pr-refactor this PR changes the code base without new features or bugfix label Jan 30, 2023
@drmingdrmer drmingdrmer marked this pull request as ready for review January 30, 2023 07:07
@drmingdrmer drmingdrmer requested a review from lichuang January 30, 2023 07:07
@BohuTANG BohuTANG merged commit ac1ffef into databendlabs:main Jan 30, 2023
@drmingdrmer drmingdrmer deleted the 55-kv-err branch January 30, 2023 07:48
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.

2 participants