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

[multistage][hotfix] init execution stats map to avoid NPE #11801

Merged
merged 1 commit into from Oct 13, 2023

Conversation

walterddr
Copy link
Contributor

@walterddr walterddr commented Oct 13, 2023

regression #11746.

when early termination signal occur, it will grab the execution stats at the time, which can be null.

@codecov-commenter
Copy link

codecov-commenter commented Oct 13, 2023

Codecov Report

Merging #11801 (b169d92) into master (0174c71) will increase coverage by 0.14%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master   #11801      +/-   ##
============================================
+ Coverage     62.99%   63.13%   +0.14%     
  Complexity     1140     1140              
============================================
  Files          2343     2343              
  Lines        126305   126306       +1     
  Branches      19419    19419              
============================================
+ Hits          79563    79742     +179     
+ Misses        41071    40896     -175     
+ Partials       5671     5668       -3     
Flag Coverage Δ
integration <0.01% <0.00%> (ø)
integration1 <0.01% <0.00%> (ø)
integration2 0.00% <0.00%> (ø)
java-11 63.07% <100.00%> (+48.66%) ⬆️
java-17 62.98% <100.00%> (+0.01%) ⬆️
java-20 62.99% <100.00%> (+0.01%) ⬆️
temurin 63.13% <100.00%> (+0.14%) ⬆️
unittests 63.12% <100.00%> (+0.14%) ⬆️
unittests1 67.28% <100.00%> (+0.18%) ⬆️
unittests2 14.41% <0.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...e/operator/LeafStageTransferableBlockOperator.java 86.85% <100.00%> (+0.07%) ⬆️

... and 18 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@walterddr walterddr merged commit bfa03fe into apache:master Oct 13, 2023
19 checks passed
@Jackie-Jiang Jackie-Jiang added bugfix multi-stage Related to the multi-stage query engine labels Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix multi-stage Related to the multi-stage query engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants