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

Redesign MemoTable, CostEstimator, PlanEnumerator for Optimal Plan Selection #2147

Closed
wants to merge 7 commits into from

Update CostEnumeratorTest, printFedPlanTreeRecursive

0fcfc6d
Select commit
Loading
Failed to load commit list.
Closed

Redesign MemoTable, CostEstimator, PlanEnumerator for Optimal Plan Selection #2147

Update CostEnumeratorTest, printFedPlanTreeRecursive
0fcfc6d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 21, 2024 in 1s

72.05% (+0.01%) compared to d3fcfb1

View this Pull Request on Codecov

72.05% (+0.01%) compared to d3fcfb1

Details

Codecov Report

Attention: Patch coverage is 89.41176% with 18 lines in your changes missing coverage. Please review.

Project coverage is 72.05%. Comparing base (d3fcfb1) to head (0fcfc6d).

Files with missing lines Patch % Lines
...ache/sysds/hops/fedplanner/FederatedMemoTable.java 89.38% 6 Missing and 6 partials ⚠️
...s/hops/fedplanner/FederatedPlanCostEnumerator.java 86.48% 2 Missing and 3 partials ⚠️
...ds/hops/fedplanner/FederatedPlanCostEstimator.java 95.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2147      +/-   ##
============================================
+ Coverage     72.03%   72.05%   +0.01%     
- Complexity    43937    43961      +24     
============================================
  Files          1441     1443       +2     
  Lines        166106   166239     +133     
  Branches      32428    32453      +25     
============================================
+ Hits         119655   119776     +121     
- Misses        37199    37212      +13     
+ Partials       9252     9251       -1     

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