Skip to content

Fix wrong calculation of ExchangeNum for consumeAllPipelineBreaker when dop = 1#11894

Merged
JackieTien97 merged 2 commits intomasterfrom
pipelineMemorySplit
Jan 16, 2024
Merged

Fix wrong calculation of ExchangeNum for consumeAllPipelineBreaker when dop = 1#11894
JackieTien97 merged 2 commits intomasterfrom
pipelineMemorySplit

Conversation

@lancelly
Copy link
Copy Markdown
Contributor

This PR fixes the issue of incorrectly calculating the ExchangeNum when constructing the pipeline. When the dop is set to 1, we should not override the ExchangeNum of the recursively calculated context with the current context's ExchangeNum.

@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions

0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (18173c0) 49.02% compared to head (cdf6b08) 48.98%.
Report is 12 commits behind head on master.

Files Patch % Lines
...chemaregion/mtree/impl/pbtree/flush/Scheduler.java 84.84% 5 Missing ⚠️
...onfignode/persistence/partition/PartitionInfo.java 0.00% 1 Missing ⚠️
...gine/plan/planner/distribution/SourceRewriter.java 50.00% 1 Missing ⚠️
.../mtree/impl/pbtree/memory/ReleaseFlushMonitor.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #11894      +/-   ##
============================================
- Coverage     49.02%   48.98%   -0.04%     
- Complexity    25692    25711      +19     
============================================
  Files          2909     2910       +1     
  Lines        181860   182053     +193     
  Branches      21804    21826      +22     
============================================
+ Hits          89154    89184      +30     
- Misses        92706    92869     +163     

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

@JackieTien97 JackieTien97 merged commit d2a71be into master Jan 16, 2024
@JackieTien97 JackieTien97 deleted the pipelineMemorySplit branch January 16, 2024 12:17
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.

3 participants