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 Compatible error #14198

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

drmingdrmer
Copy link
Member

@drmingdrmer drmingdrmer commented Jan 2, 2024

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

Summary

refactor: Remove Compatible error

Compatible error is added in 0.9.41 to accept two types of error
returned from meta-service: KVAppError and MetaAPIError.

Such compatible layer can be removed since meta-client's min compatible
meta-service version has already increased to a newer version which does
not send KVAppError any more.

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 Jan 2, 2024
`Compatible` error is added in 0.9.41 to accept two types of error
returned from meta-service: `KVAppError` and `MetaAPIError`.

Such compatible layer can be removed since meta-client's min compatible
meta-service version has already increased to a newer version which does
not send `KVAppError` any more.
@drmingdrmer drmingdrmer marked this pull request as ready for review January 2, 2024 07:38
@drmingdrmer drmingdrmer requested a review from everpcpc January 2, 2024 07:38
@BohuTANG BohuTANG merged commit 638686a into databendlabs:main Jan 2, 2024
73 checks passed
@drmingdrmer drmingdrmer deleted the 53-rm-compat-err branch January 2, 2024 11:08
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