fix:[TD-20613] add interface for write raw block with some fields

This commit is contained in:
wangmm0220 2022-11-28 16:32:06 +08:00
parent bd84ecc361
commit 9b5d78d23d
1 changed files with 1 additions and 0 deletions

View File

@ -1294,6 +1294,7 @@ int taos_write_raw_block_with_fields(TAOS* taos, int rows, char* pData, const ch
SRowBuilder rb = {0};
tdSRowInit(&rb, pTableMeta->sversion);
rb.rowType = TD_ROW_KV;
tdSRowSetTpInfo(&rb, numOfCols, fLen);
int32_t dataLen = 0;