fix TD-29562

This commit is contained in:
Yihao Deng 2024-04-19 02:09:40 +00:00
parent ee8a96fb42
commit 2314771209
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ int metaDecodeEntry(SDecoder *pCoder, SMetaEntry *pME) {
uDebug("set default type: %d, tableName:%s", pME->type, pME->name);
metatInitDefaultSColCmprWrapper(pCoder, &pME->colCmpr, &pME->ntbEntry.schemaRow);
}
TABLE_SET_COL_COMPRESSED(pME->flags);
}
tEndDecode(pCoder);