fix(query): disable type check.
This commit is contained in:
parent
d3d258caa9
commit
32e479858f
|
@ -1268,7 +1268,8 @@ int32_t blockDataAppendColInfo(SSDataBlock* pBlock, SColumnInfoData* pColInfoDat
|
||||||
return terrno;
|
return terrno;
|
||||||
}
|
}
|
||||||
|
|
||||||
ASSERT(pColInfoData->info.type != 0);
|
// todo disable it temporarily
|
||||||
|
// ASSERT(pColInfoData->info.type != 0);
|
||||||
if (IS_VAR_DATA_TYPE(pColInfoData->info.type)) {
|
if (IS_VAR_DATA_TYPE(pColInfoData->info.type)) {
|
||||||
pBlock->info.hasVarCol = true;
|
pBlock->info.hasVarCol = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue