From 6972b1d6d14ac119589434b64a3cdd43beececa0 Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Thu, 12 May 2022 10:41:29 +0000 Subject: [PATCH] make compile --- source/common/src/tdataformat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/common/src/tdataformat.c b/source/common/src/tdataformat.c index 0fed7c86fe..efc8819435 100644 --- a/source/common/src/tdataformat.c +++ b/source/common/src/tdataformat.c @@ -365,7 +365,6 @@ int32_t tTSRowBuilderGetRow(STSRowBuilder *pBuilder, const STSRow2 **ppRow) { pBuilder->row.sver = pBuilder->pTSchema->version; pBuilder->row.nData = tpDataLen; - pBuilder->row.pData } return 0;