fix TD-29562

This commit is contained in:
Yihao Deng 2024-04-18 07:03:18 +00:00
parent e7f967df75
commit 3f4fa8b74e
1 changed files with 46 additions and 46 deletions

View File

@ -2652,7 +2652,7 @@ int32_t colCompressDebug(SHashObj *pColCmprObj) {
const char *l1str = columnEncodeStr(l1);
const char *l2str = columnCompressStr(l2);
const char *lvlstr = columnLevelStr(lvl);
metaInfo("colId: %d, encode:%s, compress:%s,level:%s", colId, l1str, l2str, lvlstr);
metaDebug("colId: %d, encode:%s, compress:%s,level:%s", colId, l1str, l2str, lvlstr);
}
return 0;
}