Skip to content

Commit

Permalink
[fix](coordinator) fix bug that unable to generate query profile (#10002
Browse files Browse the repository at this point in the history
)

This bug was introduced from #9720
  • Loading branch information
morningman authored Jun 8, 2022
1 parent b6c4532 commit dcdfc5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ private void sendFragment() throws TException, RpcException, UserException {
beToExecStates.putIfAbsent(execState.backend.getId(), states);
}
states.addState(execState);
++backendIdx;
}
profileFragmentId += 1;
} // end for fragments
Expand Down

0 comments on commit dcdfc5b

Please sign in to comment.