[td-225]fix typo

This commit is contained in:
Haojun Liao 2021-06-22 17:28:26 +08:00
parent c5c3ee4c37
commit 837c44ebfb
1 changed files with 1 additions and 1 deletions

View File

@ -1311,7 +1311,7 @@ static void doHashGroupbyAgg(SOperatorInfo* pOperator, SGroupbyOperatorInfo *pIn
continue;
}
} else {
if (memcmp(pInfo->prevData, val, bytes)) {
if (memcmp(pInfo->prevData, val, bytes) == 0) {
num++;
continue;
}