[td-225] merge develop.

This commit is contained in:
Haojun Liao 2021-07-06 23:44:35 +08:00
parent 7a37f750c3
commit e7a6dae6e9
1 changed files with 1 additions and 0 deletions

View File

@ -3030,6 +3030,7 @@ int32_t tscQueryInfoCopy(SQueryInfo* pQueryInfo, const SQueryInfo* pSrc) {
pQueryInfo->numOfTables = 0;
pQueryInfo->window = pSrc->window;
pQueryInfo->sessionWindow = pSrc->sessionWindow;
pQueryInfo->globalMerge = pSrc->globalMerge;
pQueryInfo->pTableMetaInfo = NULL;
pQueryInfo->bufLen = pSrc->bufLen;