fix(query): fix error.

This commit is contained in:
Haojun Liao 2022-12-19 11:55:53 +08:00
parent 60b8ce329b
commit 709c7d426c
1 changed files with 1 additions and 1 deletions

View File

@ -1373,7 +1373,7 @@ static int32_t parseCsvFile(SInsertParseContext* pCxt, SVnodeModifOpStmt* pStmt,
strtolower(pLine, pLine);
const char* pRow = pLine;
code = parseOneRow(pCxt, (const char**)&pRow, pDataBuf, &gotRow, &token);
code = parseOneRow(pCxt, (const char**)&pRow, pTableCxt, &gotRow, &token);
if (code && firstLine) {
firstLine = false;
code = 0;