Skip to content

Commit

Permalink
[fix](coordinator) fix bug that unable to generate query profile
Browse files Browse the repository at this point in the history
This bug was introduced from apache#9720
  • Loading branch information
morningman committed Jun 8, 2022
1 parent b6c4532 commit b881abe
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 b881abe

Please sign in to comment.