chore: revert the code change

This commit is contained in:
kailixu 2022-11-23 16:58:57 +08:00
parent ab77f8a37d
commit 7efb33110d
1 changed files with 0 additions and 1 deletions

View File

@ -870,7 +870,6 @@ int32_t tdSRowResetBuf(SRowBuilder *pBuilder, void *pBuf) {
terrno = TSDB_CODE_INVALID_PARA; terrno = TSDB_CODE_INVALID_PARA;
return terrno; return terrno;
} }
ASSERT(TD_ROW_TYPE(pBuilder->pBuf) == TD_ROW_TP || TD_ROW_TYPE(pBuilder->pBuf) == TD_ROW_KV);
return TSDB_CODE_SUCCESS; return TSDB_CODE_SUCCESS;
} }