Skip to content

Support spill of devce entry in query process - #18493

Merged
JackieTien97 merged 45 commits into
masterfrom
deviceEntrySpill-devPr
Sep 4, 2026
Merged

Support spill of devce entry in query process#18493
JackieTien97 merged 45 commits into
masterfrom
deviceEntrySpill-devPr

Conversation

@Wei-hao-Li

Copy link
Copy Markdown
Collaborator

No description provided.

Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
@Wei-hao-Li
Wei-hao-Li force-pushed the deviceEntrySpill-devPr branch from 99f76a0 to d2b74b0 Compare August 19, 2026 02:06
Signed-off-by: Weihao Li <18110526956@163.com>
@codecov

codecov Bot commented Aug 23, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 40.07313% with 1639 lines in your changes missing coverage. Please review.
✅ Project coverage is 42.44%. Comparing base (4697c42) to head (c546c7b).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
...nner/distribute/TableDistributedPlanGenerator.java 1.86% 632 Missing ⚠️
...e/plan/planner/DataNodeTableOperatorGenerator.java 17.76% 125 Missing ⚠️
...nal/metadata/fetcher/TableDeviceSchemaFetcher.java 4.21% 91 Missing ⚠️
...ource/relational/AbstractAggTableScanOperator.java 0.00% 84 Missing ⚠️
...r/source/relational/AbstractTableScanOperator.java 23.17% 63 Missing ⚠️
...eeNonAlignedDeviceViewAggregationScanOperator.java 0.00% 59 Missing ⚠️
.../metadata/spill/DeviceEntrySortedMaterializer.java 68.78% 59 Missing ⚠️
...e/plan/analyze/cache/partition/PartitionCache.java 34.93% 54 Missing ⚠️
...db/queryengine/metric/SeriesScanCostMetricSet.java 7.40% 50 Missing ⚠️
...ne/execution/fragment/FragmentInstanceContext.java 54.63% 44 Missing ⚠️
... and 38 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #18493      +/-   ##
============================================
+ Coverage     42.30%   42.44%   +0.14%     
  Complexity      414      414              
============================================
  Files          5424     5451      +27     
  Lines        391354   394024    +2670     
  Branches      51254    51608     +354     
============================================
+ Hits         165572   167263    +1691     
- Misses       225782   226761     +979     

☔ View full report in Codecov by Harness.
📢 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.

Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
E 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

Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
Signed-off-by: Weihao Li <18110526956@163.com>
}

boolean nextBatchReady = false;
if (currentDeviceIndex >= deviceCount) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

always true here

@JackieTien97
JackieTien97 merged commit dc73469 into master Sep 4, 2026
54 of 58 checks passed
@JackieTien97
JackieTien97 deleted the deviceEntrySpill-devPr branch September 4, 2026 11:00
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