We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af40d8 commit 5671f9eCopy full SHA for 5671f9e
presto-main/src/main/java/com/facebook/presto/execution/BasicStageExecutionStats.java
@@ -117,7 +117,7 @@ public BasicStageExecutionStats(
117
this.queuedDrivers = queuedDrivers;
118
this.runningDrivers = runningDrivers;
119
this.completedDrivers = completedDrivers;
120
- this.totalSplits = totalSplits;
+ this.totalSplits = totalSplits;
121
this.queuedSplits = queuedSplits;
122
this.runningSplits = runningSplits;
123
this.completedSplits = completedSplits;
0 commit comments