Skip to content

Commit

Permalink
[GLUTEN-4670][VL] Fix split time metric for celeborn
Browse files Browse the repository at this point in the history
  • Loading branch information
kerwin-zk committed Feb 19, 2024
1 parent ca18322 commit b4f01b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public long getTotalBytesSpilled() {
}

public long getTotalPushTime() {
return totalBytesEvicted;
return totalEvictTime;
}

public long[] getPartitionLengths() {
Expand Down

0 comments on commit b4f01b4

Please sign in to comment.