fix: comm/enterprise split
This commit is contained in:
parent
18f8e0dc8d
commit
57d5d793f8
|
@ -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) {
|
int32_t biRewriteSelectStar(STranslateContext* pCxt, SSelectStmt* pSelect) {
|
||||||
return TSDB_CODE_SUCCESS;
|
return TSDB_CODE_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int32_t translateStar(STranslateContext* pCxt, SSelectStmt* pSelect) {
|
static int32_t translateStar(STranslateContext* pCxt, SSelectStmt* pSelect) {
|
||||||
SNode* pNode = NULL;
|
SNode* pNode = NULL;
|
||||||
WHERE_EACH(pNode, pSelect->pProjectionList) {
|
WHERE_EACH(pNode, pSelect->pProjectionList) {
|
||||||
|
|
Loading…
Reference in New Issue