Skip to content

Move TableScaNode to node-commons#17627

Open
Wei-hao-Li wants to merge 5 commits intomasterfrom
mvTableScanNode
Open

Move TableScaNode to node-commons#17627
Wei-hao-Li wants to merge 5 commits intomasterfrom
mvTableScanNode

Conversation

@Wei-hao-Li
Copy link
Copy Markdown
Collaborator

No description provided.

Wei-hao-Li added 3 commits May 9, 2026 16:06
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
public <R, C> R accept(IPlanVisitor<R, C> visitor, C context) {
return ((PlanVisitor<R, C>) visitor).visitTableScan(this, context);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

visitTableScan should not stay in datanode PlanVisitor after TableScanNode is moved to node-commons

@Wei-hao-Li Wei-hao-Li changed the title Move TableScaNode to calc-commons Move TableScaNode to node-commons May 9, 2026
Wei-hao-Li added 2 commits May 9, 2026 16:49
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 9, 2026

@codecov
Copy link
Copy Markdown

codecov Bot commented May 9, 2026

Codecov Report

❌ Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 40.23%. Comparing base (d4be5c8) to head (f099119).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...ne/plan/relational/planner/node/TableScanNode.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master   #17627   +/-   ##
=========================================
  Coverage     40.23%   40.23%           
  Complexity     2554     2554           
=========================================
  Files          5177     5177           
  Lines        348880   348858   -22     
  Branches      44624    44625    +1     
=========================================
+ Hits         140363   140368    +5     
+ Misses       208517   208490   -27     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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