Skip to content

Commit

Permalink
fix: make test happy
Browse files Browse the repository at this point in the history
Signed-off-by: Chojan Shang <[email protected]>
  • Loading branch information
PsiACE committed Feb 3, 2024
1 parent f411393 commit f26ab88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ DROP FUNCTION isnotempty_with_desc
statement ok
DROP FUNCTION IF EXISTS isnotempty_test_replace;

statement error 1105
statement error 1005
CREATE OR REPLACE FUNCTION IF NOT EXISTS isnotempty_test_replace AS(p) -> not(is_null(p));

statement ok
Expand Down

0 comments on commit f26ab88

Please sign in to comment.