feat: add test case sql

This commit is contained in:
shenglian zhou 2022-06-18 17:58:15 +08:00
parent 8af62ec969
commit 53a07f0c37
1 changed files with 1 additions and 0 deletions

View File

@ -59,4 +59,5 @@ TEST_F(PlanOptimizeTest, eliminateProjection) {
run("SELECT c1, sum(c3) FROM t1 GROUP BY c1");
run("SELECT c1 FROM t1");
run("SELECT * FROM st1");
run("SELECT c1 FROM st1s3");
}