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 UdfApi, use UdfMgr directly #14642

Merged
merged 2 commits into from Feb 7, 2024

Conversation

drmingdrmer
Copy link
Member

@drmingdrmer drmingdrmer commented Feb 7, 2024

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

Summary

refactor: Remove UdfApi, use UdfMgr directly

UdfApi has only one implementation UdfMgr and the abstraction layer
is the underlying KVApi. There is no need to introduce another
abstraction.

Changelog

  • Improvement

Related Issues


This change is Reviewable

`UdfApi` has only one implementation `UdfMgr` and the abstraction layer
is the underlying `KVApi`. There is no need to introduce another
abstraction.
@github-actions github-actions bot added the pr-refactor this PR changes the code base without new features or bugfix label Feb 7, 2024
@drmingdrmer drmingdrmer marked this pull request as ready for review February 7, 2024 05:30
@PsiACE
Copy link
Member

PsiACE commented Feb 7, 2024

Will other XxxMgrs also refer to UDF for migration?

@drmingdrmer
Copy link
Member Author

Will other XxxMgrs also refer to UDF for migration?

I do think so

@drmingdrmer drmingdrmer merged commit 8b56ed3 into datafuselabs:main Feb 7, 2024
73 checks passed
@drmingdrmer drmingdrmer deleted the 49-remove-udf-api branch February 7, 2024 06:54
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.

None yet

2 participants