fix: some problems of parser

This commit is contained in:
Xiaoyu Wang 2022-08-02 20:21:14 +08:00
parent f33959bd9b
commit b8efdd3e28
1 changed files with 0 additions and 6 deletions

View File

@ -85,9 +85,3 @@ TEST_F(PlanSubqeuryTest, outerPartition) {
run("SELECT c1, COUNT(*) FROM (SELECT ts, c1 FROM st1) PARTITION BY c1");
}
TEST_F(PlanSubqeuryTest, outerApercentile) {
useDb("root", "test");
run("SELECT APERCENTILE(c1, 54) FROM (SELECT SUM(c1) AS c1 FROM t1)");
}