fix: revert to use the col id
This commit is contained in:
parent
177462a6e5
commit
8203073598
|
@ -74,7 +74,7 @@ void setBoundColumnInfo(SParsedDataColInfo* pColList, SSchema* pSchema, col_id_t
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
pColList->boundColumns[i] = i + pSchema[i].colId;
|
pColList->boundColumns[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
|
||||||
|
|
Loading…
Reference in New Issue