fix: comm/enterprise split

This commit is contained in:
slzhou 2023-09-22 15:06:38 +08:00
parent 18f8e0dc8d
commit 57d5d793f8
1 changed files with 2 additions and 2 deletions

View File

@ -3002,12 +3002,12 @@ static int32_t createTags(STranslateContext* pCxt, SNodeList** pOutput) {
}
#ifndef TD_BI_SUPPORT
#ifndef TD_ENTERPRISE
int32_t biRewriteSelectStar(STranslateContext* pCxt, SSelectStmt* pSelect) {
return TSDB_CODE_SUCCESS;
}
#endif
static int32_t translateStar(STranslateContext* pCxt, SSelectStmt* pSelect) {
SNode* pNode = NULL;
WHERE_EACH(pNode, pSelect->pProjectionList) {