Skip to content

Commit

Permalink
add task test
Browse files Browse the repository at this point in the history
  • Loading branch information
xudong963 committed Sep 24, 2024
1 parent 902c2d0 commit b6550cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/query/functions/tests/it/scalars/testdata/boolean.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ error:
--> SQL:1:1
|
1 | 'a' and 1
| ^^^ cannot parse to type `BOOLEAN` while evaluating function `to_boolean('a')` in expr `to_boolean('a')`, during run expr: `to_boolean('a') AND to_boolean(1)`
| ^^^ cannot parse to type `BOOLEAN` while evaluating function `to_boolean('a')` in expr `to_boolean('a')`, during run expr: `(to_boolean('a') AND to_boolean(1))`



Expand Down
1 change: 0 additions & 1 deletion tests/sqllogictests/suites/task/task_dag_test.test
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,3 @@ query SSSS
select name, warehouse, schedule, definition from system.task_history where name = 'mytaskroot'
----
mytaskroot mywh CRON 0 0 0 1 1 ? 2100 SELECT 1

0 comments on commit b6550cc

Please sign in to comment.