[TD-6097]<fix> Crash occurs when the select function in the subquery is used with group by
This commit is contained in:
parent
709dfb0ff3
commit
73a75ed525
|
@ -8677,6 +8677,8 @@ static STableMeta* extractTempTableMetaFromSubquery(SQueryInfo* pUpstream) {
|
||||||
|
|
||||||
n += 1;
|
n += 1;
|
||||||
}
|
}
|
||||||
|
info->numOfColumns = n;
|
||||||
|
|
||||||
|
|
||||||
return meta;
|
return meta;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue