From 45b284d09820a21885e67cc7e242da40518913ed Mon Sep 17 00:00:00 2001 From: tavplubix Date: Wed, 6 Apr 2022 20:22:24 +0300 Subject: [PATCH] Update 02248_nullable_custom_types_to_string.sql --- .../0_stateless/02248_nullable_custom_types_to_string.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/queries/0_stateless/02248_nullable_custom_types_to_string.sql b/tests/queries/0_stateless/02248_nullable_custom_types_to_string.sql index b6032f7741b..605500ee840 100644 --- a/tests/queries/0_stateless/02248_nullable_custom_types_to_string.sql +++ b/tests/queries/0_stateless/02248_nullable_custom_types_to_string.sql @@ -1,4 +1,4 @@ --- Tags: no-backward-compatibility-check:22.3.2.2 +-- Tags: no-backward-compatibility-check:22.3.4.44 select toString(toNullable(true)); select toString(CAST(NULL, 'Nullable(Bool)')); select toString(toNullable(toIPv4('0.0.0.0')));