Skip to content

Commit

Permalink
update planner test
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <[email protected]>
  • Loading branch information
stdrc committed Aug 22, 2024
1 parent 8ab2ce5 commit e0da1d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/frontend/planner_test/tests/testdata/output/agg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@
Failed to bind expression: abs(a) FILTER (WHERE a > 0)
Caused by:
Invalid input syntax: DISTINCT, ORDER BY or FILTER is only allowed in aggregation functions, but `abs` is not an aggregation function
Invalid input syntax: `FILTER` is not allowed in scalar/table function call
- name: prune column before filter
sql: |
create table t(v1 int, v2 int);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
Failed to bind expression: lag(x)
Caused by:
Invalid input syntax: Window function `lag` must have OVER clause
function lag(integer) does not exist, do you mean log
- id: lag with empty over clause
sql: |
create table t(x int);
Expand Down

0 comments on commit e0da1d4

Please sign in to comment.