Merge pull request #888 from taosdata/feature/lihui

[NONE]
This commit is contained in:
Bomin Zhang 2019-12-10 09:33:26 +08:00 committed by GitHub
commit 1a930db597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ int tsParseOneRowData(char **str, STableDataBlocks *pDataBlocks, SSchema schema[
}
}
tmpTokenBuf[j] = sToken.z[i];
tmpTokenBuf[j] = sToken.z[k];
j++;
}
tmpTokenBuf[j] = 0;