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

[Draft][Table Model Subquery] Support correlated Exists subquery #14739

Draft
wants to merge 51 commits into
base: master
Choose a base branch
from

Conversation

lancelly
Copy link
Contributor

No description provided.

@lancelly lancelly changed the title [Table Model Subquery] Support correlated Exists subquery [Draft][Table Model Subquery] Support correlated Exists subquery Jan 21, 2025
Copy link

codecov bot commented Jan 21, 2025

Codecov Report

Attention: Patch coverage is 14.83980% with 1010 lines in your changes missing coverage. Please review.

Project coverage is 39.19%. Comparing base (263443d) to head (bb15ece).
Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
...al/planner/optimizations/PlanNodeDecorrelator.java 0.00% 216 Missing ⚠️
...formCorrelatedGlobalAggregationWithProjection.java 20.35% 90 Missing ⚠️
...mCorrelatedGlobalAggregationWithoutProjection.java 18.44% 84 Missing ⚠️
...an/relational/planner/optimizations/JoinUtils.java 0.00% 79 Missing ⚠️
...ive/rule/TransformExistsApplyToCorrelatedJoin.java 0.00% 65 Missing ⚠️
...ormCorrelatedGroupedAggregationWithProjection.java 29.76% 59 Missing ⚠️
...nner/optimizations/PushPredicateIntoTableScan.java 37.36% 57 Missing ⚠️
...CorrelatedGroupedAggregationWithoutProjection.java 25.00% 54 Missing ⚠️
...r/source/relational/MergeSortLeftJoinOperator.java 0.00% 50 Missing ⚠️
...rmCorrelatedDistinctAggregationWithProjection.java 33.84% 43 Missing ⚠️
... and 13 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #14739      +/-   ##
============================================
- Coverage     39.28%   39.19%   -0.10%     
  Complexity      193      193              
============================================
  Files          4420     4435      +15     
  Lines        281463   282559    +1096     
  Branches      34806    34908     +102     
============================================
+ Hits         110572   110739     +167     
- Misses       170891   171820     +929     

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

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
14.5% Duplication on New Code (required ≤ 5%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

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.

1 participant