Skip to content

Commit 2fc29ae

Browse files
Update tests/dialects/test_snowflake.py
Co-authored-by: Giorgos Michas <geomichas96@gmail.com>
1 parent 266d30e commit 2fc29ae

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/dialects/test_snowflake.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4428,11 +4428,6 @@ def test_user_defined_functions(self):
44284428
},
44294429
)
44304430
self.validate_identity(
4431-
"CREATE FUNCTION a(x FLOAT) RETURNS FLOAT LANGUAGE SQL CALLED ON NULL INPUT AS $$ x * 2 $$",
4432-
"CREATE FUNCTION a(x DOUBLE) RETURNS DOUBLE LANGUAGE SQL CALLED ON NULL INPUT AS ' x * 2 '",
4433-
).assert_is(exp.Create)
4434-
self.validate_identity(
4435-
"CREATE FUNCTION a(x FLOAT) RETURNS FLOAT LANGUAGE SQL RETURNS NULL ON NULL INPUT AS $$ x * 2 $$",
44364431
"CREATE FUNCTION a(x DOUBLE) RETURNS DOUBLE LANGUAGE SQL RETURNS NULL ON NULL INPUT AS ' x * 2 '",
44374432
).assert_is(exp.Create)
44384433

0 commit comments

Comments
 (0)