From 232d27eef6aca06d7e03aca0c29fa38376033b8c Mon Sep 17 00:00:00 2001 From: shenglian zhou Date: Wed, 29 Dec 2021 08:53:14 +0800 Subject: [PATCH] (connector,query,insert,other,tools,taosAdapter):trigger full CI by add comments --- src/inc/taosmsg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inc/taosmsg.h b/src/inc/taosmsg.h index adba15e02a..dc65d828da 100644 --- a/src/inc/taosmsg.h +++ b/src/inc/taosmsg.h @@ -545,7 +545,7 @@ typedef struct SRetrieveTableRsp { int32_t numOfRows; int8_t completed; // all results are returned to client int16_t precision; - int32_t sVersion; + int32_t sVersion; //TODO: will use tlv for sversion and tversion int32_t tVersion; int64_t offset; // updated offset value for multi-vnode projection query int64_t useconds; -- GitLab