-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Spool] Actual implementation #14507
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #14507 +/- ##
=============================================
- Coverage 61.75% 34.55% -27.20%
- Complexity 207 779 +572
=============================================
Files 2436 2674 +238
Lines 133233 146824 +13591
Branches 20636 22513 +1877
=============================================
- Hits 82274 50742 -31532
- Misses 44911 91979 +47068
+ Partials 6048 4103 -1945
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
rename some test methods Co-authored-by: Yash Mayya <[email protected]>
Explain implementation is working, but not actual queries.
This PR is a continuation of #14495 and the next step on #14196.
I'm opening this as a draft. This PR is not complete right now because it is not automatically tested, but it may be useful to publish the draft early to discuss whether #14495 should be merged or whether it would be better to just close that (small) PR and directly merge this one once it is finished.
As an example of how it works, you can run the following in ColocatedJoinEngineQuickStart
which returns:
TODO: