This commit is contained in:
Haojun Liao 2020-06-22 15:11:17 +08:00
parent f851d0c4f1
commit 6246a5fd7f
1 changed files with 1 additions and 1 deletions

View File

@ -1054,7 +1054,7 @@ static void doMergeTwoLevelData(STsdbQueryHandle* pQueryHandle, STableCheckInfo*
int32_t end = doBinarySearchKey(pCols->cols[0].pData, pCols->numOfRows, key, order);
if (tsArray[end] == key) { // the value of key in cache equals to the end timestamp value, ignore it
tSkipListIterNext(pCheckInfo->iter);
moveToNextRow(pCheckInfo);
}
int32_t start = -1;