Merge branch 'develop' into feature/fangstatic

This commit is contained in:
fang 2019-12-10 09:43:04 +08:00
commit c1057ce824
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;