fix: error code

This commit is contained in:
factosea 2025-01-08 15:24:04 +08:00
parent e71ea69cdb
commit 9277b0285f
1 changed files with 1 additions and 1 deletions

View File

@ -921,7 +921,7 @@ static int32_t seqStableJoinComposeRes(SStbJoinDynCtrlInfo* pStbJoin, SSDataBloc
colInfoDataEnsureCapacity(&colInfo, pBlock->info.rows, true);
int32_t code = blockDataAppendColInfo(pBlock, &colInfo);
if (code != TSDB_CODE_SUCCESS) {
return -1;
return code;
}
}
} else {