tiny change to trigger PR

This commit is contained in:
Cary Xu 2021-07-01 18:47:20 +08:00
parent c28ac1665e
commit c02c5d8bfd
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ void tdResetKVRowBuilder(SKVRowBuilder *pBuilder) {
}
SKVRow tdGetKVRowFromBuilder(SKVRowBuilder *pBuilder) {
uint16_t tlen = sizeof(SColIdx) * pBuilder->nCols + pBuilder->size;
int tlen = sizeof(SColIdx) * pBuilder->nCols + pBuilder->size;
if (tlen == 0) return NULL;
tlen += TD_KV_ROW_HEAD_SIZE;