diff --git a/src/client/src/tscParseInsert.c b/src/client/src/tscParseInsert.c index edb673d1670ca758f087ab9f83dec7d780531b6b..c5ec2c270d41c724066fb25082bdc0e92d85ea99 100644 --- a/src/client/src/tscParseInsert.c +++ b/src/client/src/tscParseInsert.c @@ -1778,6 +1778,7 @@ static void parseFileSendDataBlock(void *param, TAOS_RES *tres, int32_t numOfRow } _error: + pParentSql->res.code = code; tfree(tokenBuf); tfree(line); taos_free_result(pSql);