-
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 DAL Layer support #4067
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/4uD3K9vvS9AtECYquNGyv2Kj7jDF |
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
/lgtm |
Codecov Report
@@ Coverage Diff @@
## main #4067 +/- ##
======================================
- Coverage 57% 57% -1%
======================================
Files 828 830 +2
Lines 44195 44352 +157
======================================
+ Hits 25444 25463 +19
- Misses 18751 18889 +138
Continue to review full report at Codecov.
|
Wait for another reviewer approval |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
CI Passed |
Signed-off-by: Xuanwo github@xuanwo.io
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Part of #3677
This PR add layer (interceptor) support for DAL.
Changelog
Test Plan
Unit Tests
Stateless Tests