提交 709c7d42 编写于 作者: H Haojun Liao

fix(query): fix error.

上级 60b8ce32
...@@ -1373,7 +1373,7 @@ static int32_t parseCsvFile(SInsertParseContext* pCxt, SVnodeModifOpStmt* pStmt, ...@@ -1373,7 +1373,7 @@ static int32_t parseCsvFile(SInsertParseContext* pCxt, SVnodeModifOpStmt* pStmt,
strtolower(pLine, pLine); strtolower(pLine, pLine);
const char* pRow = 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) { if (code && firstLine) {
firstLine = false; firstLine = false;
code = 0; code = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册