Skip to content

Commit 2067cc9

Browse files
code fix
1 parent ee83205 commit 2067cc9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

presto-native-execution/presto_cpp/main/tests/data/TaskInfo.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@
7676
"runningDrivers": 123,
7777
"blockedDrivers": 456,
7878
"completedDrivers": 789,
79+
"totalNativeDrivers": 456,
80+
"queuedNativeDrivers": 789,
81+
"runningNativeDrivers": 123,
82+
"totalSplits": 456,
83+
"queuedSplits": 789,
84+
"runningSplits": 123,
85+
"completedSplits": 789,
86+
"completedNativeDrivers": 789,
7987
"cumulativeUserMemory": 123,
8088
"cumulativeTotalMemory": 456,
8189
"userMemoryReservationInBytes": 123,

0 commit comments

Comments
 (0)