Skip to content

Commit

Permalink
Do not add leaf stage time into broker time (#13136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackie-Jiang authored May 12, 2024
1 parent 46b41cc commit 7ccd216
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ public void send(BaseResultsBlock block)

public enum StatKey implements StatMap.Key {
TABLE(StatMap.Type.STRING, null),
EXECUTION_TIME_MS(StatMap.Type.LONG, BrokerResponseNativeV2.StatKey.TIME_USED_MS) {
EXECUTION_TIME_MS(StatMap.Type.LONG, null) {
@Override
public boolean includeDefaultInJson() {
return true;
Expand Down

0 comments on commit 7ccd216

Please sign in to comment.