Merge branch 'fix/TD-31404-3.0' into feat/TD-30813-2
This commit is contained in:
commit
a593077fc2
|
@ -2238,6 +2238,8 @@ static int32_t parseDataFromFileImpl(SInsertParseContext* pCxt, SVnodeModifyOpSt
|
||||||
if (pStmt->insertType != TSDB_QUERY_TYPE_FILE_INSERT) {
|
if (pStmt->insertType != TSDB_QUERY_TYPE_FILE_INSERT) {
|
||||||
return buildSyntaxErrMsg(&pCxt->msg, "keyword VALUES or FILE is exclusive", NULL);
|
return buildSyntaxErrMsg(&pCxt->msg, "keyword VALUES or FILE is exclusive", NULL);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
return buildInvalidOperationMsg(&pCxt->msg, tstrerror(code));
|
||||||
}
|
}
|
||||||
|
|
||||||
// just record pTableCxt whose data come from file
|
// just record pTableCxt whose data come from file
|
||||||
|
|
Loading…
Reference in New Issue