fix(query): do not update ts window at exchange operator.

This commit is contained in:
Ganlin Zhao 2023-03-18 12:06:59 +08:00
parent b56360c55b
commit 8fa4aa1435
1 changed files with 0 additions and 2 deletions

View File

@ -512,8 +512,6 @@ int32_t extractDataBlockFromFetchRsp(SSDataBlock* pRes, char* pData, SArray* pCo
blockDataDestroy(pBlock);
}
// todo move this to time window aggregator, since the primary timestamp may not be known by exchange operator.
blockDataUpdateTsWindow(pRes, 0);
return TSDB_CODE_SUCCESS;
}