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

Pass client context to binder #3015

Merged
merged 1 commit into from
Mar 10, 2024
Merged

Conversation

andyfengHKU
Copy link
Contributor

This is a refactor PR to avoid passing individual database components into binder, e.g. BM, MM, etc.... Instead, we pass client context only because client context already contains all database components.

Copy link

codecov bot commented Mar 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.26%. Comparing base (45c5aa9) to head (a3a6c2a).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3015   +/-   ##
=======================================
  Coverage   93.26%   93.26%           
=======================================
  Files        1124     1124           
  Lines       42934    42953   +19     
=======================================
+ Hits        40041    40062   +21     
+ Misses       2893     2891    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andyfengHKU andyfengHKU force-pushed the pass-client-context-binder branch 2 times, most recently from 87ea276 to 170a81a Compare March 9, 2024 22:09
@andyfengHKU andyfengHKU merged commit 4692c54 into master Mar 10, 2024
15 checks passed
@andyfengHKU andyfengHKU deleted the pass-client-context-binder branch March 10, 2024 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants