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

Support Fill in Table Model #13650

Merged
merged 11 commits into from
Oct 11, 2024
Merged

Support Fill in Table Model #13650

merged 11 commits into from
Oct 11, 2024

Conversation

JackieTien97
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Oct 1, 2024

Codecov Report

Attention: Patch coverage is 12.04411% with 1037 lines in your changes missing coverage. Please review.

Project coverage is 41.05%. Comparing base (4a5c902) to head (16623e6).
Report is 12 commits behind head on master.

Files with missing lines Patch % Lines
...eryengine/plan/planner/TableOperatorGenerator.java 0.00% 131 Missing ⚠️
...ne/plan/relational/analyzer/StatementAnalyzer.java 7.14% 117 Missing ⚠️
...plan/relational/planner/node/PreviousFillNode.java 0.00% 74 Missing ⚠️
...perator/process/PreviousFillWithGroupOperator.java 0.00% 66 Missing ⚠️
...ator/process/TableLinearFillWithGroupOperator.java 0.00% 65 Missing ⚠️
...b/db/queryengine/plan/relational/sql/ast/Fill.java 0.00% 58 Missing ⚠️
...ryengine/plan/relational/planner/QueryPlanner.java 6.89% 54 Missing ⚠️
...e/plan/relational/planner/node/LinearFillNode.java 0.00% 50 Missing ⚠️
...yengine/plan/relational/sql/parser/AstBuilder.java 12.50% 35 Missing ⚠️
...planner/optimizations/UnaliasSymbolReferences.java 0.00% 31 Missing ⚠️
... and 35 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #13650      +/-   ##
============================================
- Coverage     41.33%   41.05%   -0.28%     
  Complexity       71       71              
============================================
  Files          4005     4028      +23     
  Lines        249703   251855    +2152     
  Branches      30361    30666     +305     
============================================
+ Hits         103212   103403     +191     
- Misses       146491   148452    +1961     

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

Copy link

sonarcloud bot commented Oct 11, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

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

@JackieTien97 JackieTien97 merged commit 5dc40d3 into master Oct 11, 2024
27 of 30 checks passed
@JackieTien97 JackieTien97 deleted the ty/SupportFill branch October 11, 2024 06:57
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