fix: revert to pass the table auto create case firstly

This commit is contained in:
Cary Xu 2022-05-23 19:08:30 +08:00
parent 044122bd3b
commit 177462a6e5
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ void setBoundColumnInfo(SParsedDataColInfo* pColList, SSchema* pSchema, col_id_t
default: default:
break; break;
} }
pColList->boundColumns[i] = i + PRIMARYKEY_TIMESTAMP_COL_ID; pColList->boundColumns[i] = i + pSchema[i].colId;
} }
pColList->allNullLen += pColList->flen; pColList->allNullLen += pColList->flen;
pColList->boundNullLen = pColList->allNullLen; // default set allNullLen pColList->boundNullLen = pColList->allNullLen; // default set allNullLen