[td-2895] fix compiler error.

This commit is contained in:
Haojun Liao 2021-03-10 15:50:36 +08:00
parent 0b67415845
commit 7e91c54e35
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ typedef struct SGroupResInfo {
*/ */
typedef struct SRspResultInfo { typedef struct SRspResultInfo {
int64_t total; // total generated result size in rows int64_t total; // total generated result size in rows
int64_t capacity; // capacity of current result output buffer int32_t capacity; // capacity of current result output buffer
int32_t threshold; // result size threshold in rows. int32_t threshold; // result size threshold in rows.
} SRspResultInfo; } SRspResultInfo;