http://git-wip-us.apache.org/repos/asf/kylin/blob/4fd7eb97/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/coprocessor/endpoint/protobuf/CubeVisit.proto
----------------------------------------------------------------------
diff --git 
a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/coprocessor/endpoint/protobuf/CubeVisit.proto
 
b/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/coprocessor/endpoint/protobuf/CubeVisit.proto
index 04e9c7a..e1de070 100644
--- 
a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/coprocessor/endpoint/protobuf/CubeVisit.proto
+++ 
b/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/coprocessor/endpoint/protobuf/CubeVisit.proto
@@ -47,8 +47,8 @@ message CubeVisitResponse {
     message Stats {
         optional int64 serviceStartTime = 1;
         optional int64 serviceEndTime = 2;
-        optional int32 scannedRowCount = 3;
-        optional int32 aggregatedRowCount = 4;
+        optional int64 scannedRowCount = 3;
+        optional int64 aggregatedRowCount = 4;
         optional double systemCpuLoad = 5;
         optional double freePhysicalMemorySize = 6;
         optional double freeSwapSpaceSize = 7;

Reply via email to