[Analytics-Engine] Seed row counts for tables referenced only inside a subquery - #22878
[Analytics-Engine] Seed row counts for tables referenced only inside a subquery#22878LantaoJin wants to merge 1 commit into
Conversation
Signed-off-by: Lantao Jin <ltjin@amazon.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #22878 +/- ##
============================================
- Coverage 71.61% 71.60% -0.02%
+ Complexity 77315 77308 -7
============================================
Files 6170 6170
Lines 359671 359671
Branches 52450 52450
============================================
- Hits 257591 257550 -41
- Misses 81636 81650 +14
- Partials 20444 20471 +27 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Description
Row counts are not seeded for tables referenced only inside a subquery, so those scans keep Calcite's default estimate. This is not MPP related. see #22877 for details.
Related Issues
Resolves #22877
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.