Merge pull request #872 from taosdata/feature/lihui

[TBASE-1292]
This commit is contained in:
fangpanpan 2019-12-07 15:45:25 +08:00 committed by GitHub
commit 83bee30498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}