-
Notifications
You must be signed in to change notification settings - Fork 753
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
dal2: Implement Context support #4069
Conversation
Signed-off-by: Xuanwo <github@xuanwo.io>
Thanks for the contribution! Please review the labels and make any necessary changes. |
1 similar comment
Thanks for the contribution! Please review the labels and make any necessary changes. |
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/databend/databend/5qoRqdhKBmGewpZSYcAfCeELVkdg [Deployment for e8ee2c8 canceled] |
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Codecov Report
@@ Coverage Diff @@
## main #4069 +/- ##
=====================================
- Coverage 57% 57% -1%
=====================================
Files 829 829
Lines 44231 44231
=====================================
- Hits 25537 25533 -4
- Misses 18694 18698 +4
Continue to review full report at Codecov.
|
Signed-off-by: Xuanwo <github@xuanwo.io>
/LGTM |
/lgtm |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Part of #3677
This PR implements a DAL Context which will implement
Layer
andAccessor
.Changelog
Test Plan
Unit Tests
Stateless Tests