This commit is contained in:
54liuyao 2024-08-28 11:11:45 +08:00
parent af18b6669e
commit 1aa2d87f8a
1 changed files with 3 additions and 0 deletions

View File

@ -522,6 +522,9 @@ int32_t createFillOperatorInfo(SOperatorInfo* downstream, SFillPhysiNode* pPhyFi
return code;
_error:
if (code != TSDB_CODE_SUCCESS) {
qError("%s failed at line %d since %s", __func__, lino, tstrerror(code));
}
if (pInfo != NULL) {
destroyFillOperatorInfo(pInfo);
}