Skip to content

Commit 5671f9e

Browse files
code refactor
1 parent 2af40d8 commit 5671f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presto-main/src/main/java/com/facebook/presto/execution/BasicStageExecutionStats.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public BasicStageExecutionStats(
117117
this.queuedDrivers = queuedDrivers;
118118
this.runningDrivers = runningDrivers;
119119
this.completedDrivers = completedDrivers;
120-
this.totalSplits = totalSplits;
120+
this.totalSplits = totalSplits;
121121
this.queuedSplits = queuedSplits;
122122
this.runningSplits = runningSplits;
123123
this.completedSplits = completedSplits;

0 commit comments

Comments
 (0)