refact: auto create table for tsma result
This commit is contained in:
parent
6dbea9e55d
commit
79c047c5d0
|
@ -420,6 +420,7 @@ int32_t tqBlockToSubmit(SVnode* pVnode, const SArray* pBlocks, const STSchema* p
|
||||||
|
|
||||||
if (createTb) {
|
if (createTb) {
|
||||||
pTbData->pCreateTbReq = taosArrayGetP(createTbArray, i);
|
pTbData->pCreateTbReq = taosArrayGetP(createTbArray, i);
|
||||||
|
if (pTbData->pCreateTbReq) pTbData->flags = SUBMIT_REQ_AUTO_CREATE_TABLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!pVals && !(pVals = taosArrayInit(pTSchema->numOfCols, sizeof(SColVal)))) {
|
if (!pVals && !(pVals = taosArrayInit(pTSchema->numOfCols, sizeof(SColVal)))) {
|
||||||
|
|
Loading…
Reference in New Issue