[td-1834]

This commit is contained in:
Haojun Liao 2020-10-28 14:35:21 +08:00
parent 6ee9d124e6
commit 85518f5186
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);
}