[TD-6097]<fix> Crash occurs when the select function in the subquery is used with group by

This commit is contained in:
yihaoDeng 2021-08-15 15:56:34 +00:00
parent 709dfb0ff3
commit 73a75ed525
1 changed files with 2 additions and 0 deletions

View File

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