Merge pull request #7404 from taosdata/hotfix/TD-6097

[TD-6097]<fix> Crash occurs when the select function in the subquery …
This commit is contained in:
dapan1121 2021-08-17 08:40:17 +08:00 committed by GitHub
commit 9f5df9184a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -8683,6 +8683,8 @@ static STableMeta* extractTempTableMetaFromSubquery(SQueryInfo* pUpstream) {
n += 1;
}
info->numOfColumns = n;
return meta;
}