fix: add test cases

This commit is contained in:
slzhou 2023-11-22 08:59:29 +08:00
parent 40a28a6e4b
commit 668e9e0a8b
2 changed files with 2 additions and 1 deletions

View File

@ -1112,7 +1112,7 @@ static EDealRes translateColumn(STranslateContext* pCxt, SColumnNode** pCol) {
if (pCxt->pParseCxt->biMode) {
SNode** ppNode = (SNode**)pCol;
if (biRewriteToTbnameFunc(pCxt, ppNode)) {
translateFunction(pCxt, (SFunctionNode**)ppNode);
return translateFunction(pCxt, (SFunctionNode**)ppNode);
}
}

View File

@ -1065,6 +1065,7 @@ e
,,y,script,./test.sh -f tsim/query/show_db_table_kind.sim
,,y,script,./test.sh -f tsim/query/bi_star_table.sim
,,y,script,./test.sh -f tsim/query/bi_tag_scan.sim
,,y,script,./test.sh -f tsim/query/bi_tbname_col.sim
,,y,script,./test.sh -f tsim/query/tag_scan.sim
,,y,script,./test.sh -f tsim/query/nullColSma.sim
,,y,script,./test.sh -f tsim/query/bug3398.sim