diff --git a/src/common/src/tglobal.c b/src/common/src/tglobal.c index 3c84f16d4f1c519833899bbecb44f0be3f8a87ab..52e129928e93df6e08c4845753e0af37de81e9f7 100644 --- a/src/common/src/tglobal.c +++ b/src/common/src/tglobal.c @@ -78,7 +78,7 @@ int32_t tsCompressMsgSize = -1; /* denote if server needs to compress the retrieved column data before adding to the rpc response message body. * 0: all data are compressed * -1: all data are not compressed - * other values: if the any retrieved column size is greater than the tsCompressColData, all data will be compressed. + * other values: if any retrieved column size is greater than the tsCompressColData, all data will be compressed. */ int32_t tsCompressColData = -1;