fix TD-1834

This commit is contained in:
Bomin Zhang 2020-10-28 18:05:00 +08:00
parent bbfafc6b45
commit fa418c3af9
1 changed files with 0 additions and 1 deletions

View File

@ -1263,7 +1263,6 @@ static void copyAllRemainRowsFromFileBlock(STsdbQueryHandle* pQueryHandle, STabl
int32_t end = endPos;
if (!ASCENDING_TRAVERSE(pQueryHandle->order)) {
assert(start >= end);
SWAP(start, end, int32_t);
}