[TBASE-1292]
This commit is contained in:
parent
571f0a708b
commit
ded1757cc6
|
@ -447,7 +447,7 @@ int tsParseOneRowData(char **str, STableDataBlocks *pDataBlocks, SSchema schema[
|
|||
tmpTokenBuf[j] = sToken.z[i];
|
||||
j++;
|
||||
}
|
||||
|
||||
tmpTokenBuf[j] = 0;
|
||||
sToken.z = tmpTokenBuf;
|
||||
sToken.n -= 2 + cnt;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue