Skip to content

Commit

Permalink
add planner test case
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Jul 19, 2024
1 parent 4ea1a4e commit c9270bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/frontend/planner_test/tests/testdata/input/agg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1000,3 +1000,8 @@
expected_outputs:
- batch_plan
- stream_plan
- sql: |
CREATE TABLE t (v1 int);
SELECT approx_percentile(v1, 0.5, 0.01) from t;
expected_outputs:
- stream_plan

0 comments on commit c9270bf

Please sign in to comment.