提交 8dc814f6 编写于 作者: S shenglian zhou

Merge remote-tracking branch 'origin/feature/TD-6140' into szhou/feature/support-math-functions

......@@ -7574,7 +7574,7 @@ static int32_t doAddGroupbyColumnsOnDemand(SSqlCmd* pCmd, SQueryInfo* pQueryInfo
SSchema* pSchema = tscGetTableSchema(pTableMetaInfo->pTableMeta);
SSchema* tagSchema = NULL;
if (!UTIL_TABLE_IS_NORMAL_TABLE(pTableMetaInfo)) {
if (UTIL_TABLE_IS_SUPER_TABLE(pTableMetaInfo) || UTIL_TABLE_IS_CHILD_TABLE(pTableMetaInfo)) {
tagSchema = tscGetTableTagSchema(pTableMetaInfo->pTableMeta);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册