use non sort merge

This commit is contained in:
54liuyao 2024-03-12 15:05:54 +08:00
parent 7429096cb6
commit 9ba7221910
1 changed files with 0 additions and 1 deletions

View File

@ -288,7 +288,6 @@ SSDataBlock* doNonSortMerge(SOperatorInfo* pOperator) {
if (!pBlock) {
return NULL;
}
blockDataCleanup(pRes);
copyDataBlock(pRes, pBlock);
return pRes;