Merge pull request #50954 from arenadata/Fix-convert_type_with_default

Uncomment flaky test (01746_convert_type_with_default)
This commit is contained in:
Robert Schulze 2023-06-14 09:39:17 +02:00 committed by GitHub
commit 853c224a78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@
1970-01-20
1970-01-20
2149-06-06
1
2023-05-30
2023-05-30
2023-05-30 14:38:20

View File

@ -54,7 +54,7 @@ select toDateOrDefault(cast(19 as Int256));
select toDateOrDefault(cast(19 as UInt256));
select toDateOrDefault(65535);
-- select toDateOrDefault(122400);
select toDateOrDefault(65536) in ('1970-01-01', '1970-01-02');
select toDateOrDefault(19507, '2000-01-01'::Date);
select toDateOrDefault(-1, '2023-05-30'::Date);