Merge remote-tracking branch 'origin/feature/3.0_query_optimize' into feature/3.0_query_optimize

This commit is contained in:
Haojun Liao 2022-08-09 20:58:19 +08:00
commit 37c9a6d15f
1 changed files with 3 additions and 0 deletions

View File

@ -213,6 +213,9 @@ int32_t dataBlockToSubmit(SDataInserterHandle* pInserter, SSubmitReq** pReq) {
tdAppendColValToRow(&rb, pColumn->colId, pColumn->type, TD_VTYPE_NORM, data, true, pColumn->offset, k);
}
}
if(!fullCol) {
rb.hasNone = true;
}
tdSRowEnd(&rb);
if (ignoreRow) {